#68B22D

Color #68B22D Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #68B22D

Tints of Christi #68B22D

Color information

#68B22D (or 0x68B22D) is unknown color: approx Christi. HEX triplet: 68, B2 and 2D. RGB value is (104,178,45). Sum of RGB (Red+Green+Blue) = 104+178+45=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 178 (69.92% from 255 or 54.43% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 178 - color contains mainly: green. Hex color #68B22D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B22D is #974DD2. Grayscale: #8D8D8D. Windows color (decimal): -9915859 or 2994792. OLE color: 2994792.

HSL color Cylindrical-coordinate representation of color #68B22D: hue angle of 93.38º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68B22D is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB10417845-
CMYK0.4200.750.30
HSL93.38º59.64%43.73%-
HSV(B)93.38º74.72%69.8%-
XYZ22.134.978.07-
YUV140.7173.98101.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 178 (69.92% from 255) = 54.43%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=31.80%
G=54.43%
B=13.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal104178450.4200.750.3093.3859.6443.73
Hex68B22D2A04B1E5d3c2c
Octal15026255520113361357454
Binary11010001011001010110110101001001011111101011101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68B22D; }

 p { color: rgb(104,178,45); }

 H1.HeaderClassName
 {
   color: #68B22D;
 }
 .AnyTagClassName
 {
   color: #68B22D;
 }
</style>
background-color css

<style>
 a { background-color: #68B22D; }

 a { background-color: rgb(104,178,45); }

 div.DivClassName
 {
   background-color: #68B22D;
 }
 .BgClassName
 {
   background-color: #68B22D;
 }
</style>
border-color css

<style>
 span { border-color: #68B22D; }

 span { border-color: rgb(104,178,45); }

 td.TdClassName
 {
   border-color: #68B22D;
 }
 .TagClassName
 {
   border-color: #68B22D;
 }
</style>