#6DA10C

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

Shades of Christi #6DA10C

Tints of Christi #6DA10C

Color information

#6DA10C (or 0x6DA10C) is unknown color: approx Christi. HEX triplet: 6D, A1 and 0C. RGB value is (109,161,12). Sum of RGB (Red+Green+Blue) = 109+161+12=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #6DA10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA10C is #925EF3. Grayscale: #818181. Windows color (decimal): -9592564 or 827757. OLE color: 827757.

HSL color Cylindrical-coordinate representation of color #6DA10C: hue angle of 80.94º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DA10C is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB10916112-
CMYK0.3200.930.37
HSL80.94º86.13%33.92%-
HSV(B)80.94º92.55%63.14%-
XYZ19.1228.774.89-
YUV128.4762.27114.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.65%
GREEN value IS 161 (63.28% from 255) = 57.09%
BLUE value IS 12 (5.08% from 255) = 4.26%
R=38.65%
G=57.09%
B=4.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal109161120.3200.930.3780.9486.1333.92
Hex6DA1C2005D25515622
Octal155241144001354512112642
Binary11011011010000111001000000101110110010110100011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,161,12); }

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

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

 a { background-color: rgb(109,161,12); }

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

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

 span { border-color: rgb(109,161,12); }

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