#6AA60C

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

Shades of Christi #6AA60C

Tints of Christi #6AA60C

Color information

#6AA60C (or 0x6AA60C) is unknown color: approx Christi. HEX triplet: 6A, A6 and 0C. RGB value is (106,166,12). Sum of RGB (Red+Green+Blue) = 106+166+12=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 166 (65.23% from 255 or 58.45% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA60C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA60C is #9559F3. Grayscale: #838383. Windows color (decimal): -9787892 or 829034. OLE color: 829034.

HSL color Cylindrical-coordinate representation of color #6AA60C: hue angle of 83.38º 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 #6AA60C is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB10616612-
CMYK0.3600.930.35
HSL83.38º86.52%34.9%-
HSV(B)83.38º92.77%65.1%-
XYZ19.6530.365.17-
YUV130.561.12110.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 166 (65.23% from 255) = 58.45%
BLUE value IS 12 (5.08% from 255) = 4.23%
R=37.32%
G=58.45%
B=4.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal106166120.3600.930.3583.3886.5234.9
Hex6AA6C2405D23535723
Octal152246144401354312312743
Binary11010101010011011001001000101110110001110100111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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