#6CAA0F

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

Shades of Christi #6CAA0F

Tints of Christi #6CAA0F

Color information

#6CAA0F (or 0x6CAA0F) is unknown color: approx Christi. HEX triplet: 6C, AA and 0F. RGB value is (108,170,15). Sum of RGB (Red+Green+Blue) = 108+170+15=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAA0F is #9355F0. Grayscale: #868686. Windows color (decimal): -9655793 or 1026668. OLE color: 1026668.

HSL color Cylindrical-coordinate representation of color #6CAA0F: hue angle of 84º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CAA0F is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB10817015-
CMYK0.3600.910.33
HSL84º83.78%36.27%-
HSV(B)84º91.18%66.67%-
XYZ20.6531.975.54-
YUV133.7960.96109.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.86%
GREEN value IS 170 (66.80% from 255) = 58.02%
BLUE value IS 15 (6.25% from 255) = 5.12%
R=36.86%
G=58.02%
B=5.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108170150.3600.910.338483.7836.27
Hex6CAAF2405B21545424
Octal154252174401334112412444
Binary11011001010101011111001000101101110000110101001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CAA0F; }

 p { color: rgb(108,170,15); }

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

<style>
 a { background-color: #6CAA0F; }

 a { background-color: rgb(108,170,15); }

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

<style>
 span { border-color: #6CAA0F; }

 span { border-color: rgb(108,170,15); }

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