Shades of Christi #6DB412
Tints of Christi #6DB412
RGB
CMYK
RGB Variations
Color information
#6DB412 (or 0x6DB412) is known color: Christi. HEX triplet: 6D, B4 and 12. RGB value is (109,180,18). Sum of RGB (Red+Green+Blue) = 109+180+18=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB412 is #924BED. Grayscale: #8C8C8C. Windows color (decimal): -9587694 or 1225837. OLE color: 1225837.
HSL color Cylindrical-coordinate representation of color #6DB412: hue angle of 86.3º 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 #6DB412 is Cyan = 0.39, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 18 | - |
| CMYK | 0.39 | 0 | 0.9 | 0.29 |
| HSL | 86.3º | 0.82% | 0.39% | - |
| HSV(B) | 86.3º | 0.9% | 0.71% | - |
| XYZ | 22.74 | 35.94 | 6.31 | - |
| YUV | 140.3 | 58.98 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 18 | 0.39 | 0 | 0.9 | 0.29 | 86.3 | 0.82 | 0.39 |
| Hex | 6D | B4 | 12 | 27 | 0 | 5A | 1D | 56 | 52 | 27 |
| Octal | 155 | 264 | 22 | 47 | 0 | 132 | 35 | 126 | 122 | 47 |
| Binary | 1101101 | 10110100 | 10010 | 100111 | 0 | 1011010 | 11101 | 1010110 | 1010010 | 100111 |
Color Harmonies of #6DB412
Complementary color
Monochromatic Colors of #6DB412
Black with #6DB412
Text Example
Text Example
White with #6DB412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB412; }
p { color: rgb(109,180,18); }
H1.HeaderClassName
{
color: #6DB412;
}
.AnyTagClassName
{
color: #6DB412;
}
</style>
background-color css
<style>
a { background-color: #6DB412; }
a { background-color: rgb(109,180,18); }
div.DivClassName
{
background-color: #6DB412;
}
.BgClassName
{
background-color: #6DB412;
}
</style>
border-color css
<style>
span { border-color: #6DB412; }
span { border-color: rgb(109,180,18); }
td.TdClassName
{
border-color: #6DB412;
}
.TagClassName
{
border-color: #6DB412;
}
</style>