#6CA60C

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

Shades of Christi #6CA60C

Tints of Christi #6CA60C

Color information

#6CA60C (or 0x6CA60C) is unknown color: approx Christi. HEX triplet: 6C, A6 and 0C. RGB value is (108,166,12). Sum of RGB (Red+Green+Blue) = 108+166+12=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA60C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA60C is #9359F3. Grayscale: #838383. Windows color (decimal): -9656820 or 829036. OLE color: 829036.

HSL color Cylindrical-coordinate representation of color #6CA60C: hue angle of 82.6º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CA60C is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB10816612-
CMYK0.3500.930.35
HSL82.6º86.52%34.9%-
HSV(B)82.6º92.77%65.1%-
XYZ19.8930.495.18-
YUV131.160.78111.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.76%
GREEN value IS 166 (65.23% from 255) = 58.04%
BLUE value IS 12 (5.08% from 255) = 4.20%
R=37.76%
G=58.04%
B=4.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108166120.3500.930.3582.686.5234.9
Hex6CA6C2305D23535723
Octal154246144301354312312743
Binary11011001010011011001000110101110110001110100111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,166,12); }

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

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

 a { background-color: rgb(108,166,12); }

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

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

 span { border-color: rgb(108,166,12); }

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