Shades of Christi #6D9D12
Tints of Christi #6D9D12
RGB
CMYK
RGB Variations
Color information
#6D9D12 (or 0x6D9D12) is known color: Christi. HEX triplet: 6D, 9D and 12. RGB value is (109,157,18). Sum of RGB (Red+Green+Blue) = 109+157+18=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #6D9D12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D9D12 is #9262ED. Grayscale: #7F7F7F. Windows color (decimal): -9593582 or 1219949. OLE color: 1219949.
HSL color Cylindrical-coordinate representation of color #6D9D12: hue angle of 80.72º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D9D12 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 157 | 18 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.38 |
| HSL | 80.72º | 0.79% | 0.34% | - |
| HSV(B) | 80.72º | 0.89% | 0.62% | - |
| XYZ | 18.47 | 27.41 | 4.89 | - |
| YUV | 126.8 | 66.6 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 157 | 18 | 0.31 | 0 | 0.89 | 0.38 | 80.72 | 0.79 | 0.34 |
| Hex | 6D | 9D | 12 | 1F | 0 | 59 | 26 | 51 | 4F | 22 |
| Octal | 155 | 235 | 22 | 37 | 0 | 131 | 46 | 121 | 117 | 42 |
| Binary | 1101101 | 10011101 | 10010 | 11111 | 0 | 1011001 | 100110 | 1010001 | 1001111 | 100010 |
Color Harmonies of #6D9D12
Complementary color
Monochromatic Colors of #6D9D12
Black with #6D9D12
Text Example
Text Example
White with #6D9D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9D12; }
p { color: rgb(109,157,18); }
H1.HeaderClassName
{
color: #6D9D12;
}
.AnyTagClassName
{
color: #6D9D12;
}
</style>
background-color css
<style>
a { background-color: #6D9D12; }
a { background-color: rgb(109,157,18); }
div.DivClassName
{
background-color: #6D9D12;
}
.BgClassName
{
background-color: #6D9D12;
}
</style>
border-color css
<style>
span { border-color: #6D9D12; }
span { border-color: rgb(109,157,18); }
td.TdClassName
{
border-color: #6D9D12;
}
.TagClassName
{
border-color: #6D9D12;
}
</style>