#6DB612

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

Shades of Christi #6DB612

Tints of Christi #6DB612

Color information

#6DB612 (or 0x6DB612) is unknown color: approx Christi. HEX triplet: 6D, B6 and 12. RGB value is (109,182,18). Sum of RGB (Red+Green+Blue) = 109+182+18=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 182 (71.48% from 255 or 58.90% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB612 is #9249ED. Grayscale: #8E8E8E. Windows color (decimal): -9587182 or 1226349. OLE color: 1226349.

HSL color Cylindrical-coordinate representation of color #6DB612: hue angle of 86.71º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6DB612 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB10918218-
CMYK0.4000.900.29
HSL86.71º82%39.22%-
HSV(B)86.71º90.11%71.37%-
XYZ23.1436.756.45-
YUV141.4858.32104.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.28%
GREEN value IS 182 (71.48% from 255) = 58.90%
BLUE value IS 18 (7.42% from 255) = 5.83%
R=35.28%
G=58.90%
B=5.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal109182180.4000.900.2986.718239.22
Hex6DB6122805A1D575227
Octal155266225001323512712247
Binary11011011011011010010101000010110101110110101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,182,18); }

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

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

 a { background-color: rgb(109,182,18); }

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

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

 span { border-color: rgb(109,182,18); }

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