Shades of Christi #6E9F12
Tints of Christi #6E9F12
RGB
CMYK
RGB Variations
Color information
#6E9F12 (or 0x6E9F12) is known color: Christi. HEX triplet: 6E, 9F and 12. RGB value is (110,159,18). Sum of RGB (Red+Green+Blue) = 110+159+18=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #6E9F12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9F12 is #9160ED. Grayscale: #808080. Windows color (decimal): -9527534 or 1220462. OLE color: 1220462.
HSL color Cylindrical-coordinate representation of color #6E9F12: hue angle of 80.85º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E9F12 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 159 | 18 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.38 |
| HSL | 80.85º | 0.8% | 0.35% | - |
| HSV(B) | 80.85º | 0.89% | 0.62% | - |
| XYZ | 18.94 | 28.15 | 5.01 | - |
| YUV | 128.28 | 65.77 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 159 | 18 | 0.31 | 0 | 0.89 | 0.38 | 80.85 | 0.8 | 0.35 |
| Hex | 6E | 9F | 12 | 1F | 0 | 59 | 26 | 51 | 50 | 23 |
| Octal | 156 | 237 | 22 | 37 | 0 | 131 | 46 | 121 | 120 | 43 |
| Binary | 1101110 | 10011111 | 10010 | 11111 | 0 | 1011001 | 100110 | 1010001 | 1010000 | 100011 |
Color Harmonies of #6E9F12
Complementary color
Monochromatic Colors of #6E9F12
Black with #6E9F12
Text Example
Text Example
White with #6E9F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9F12; }
p { color: rgb(110,159,18); }
H1.HeaderClassName
{
color: #6E9F12;
}
.AnyTagClassName
{
color: #6E9F12;
}
</style>
background-color css
<style>
a { background-color: #6E9F12; }
a { background-color: rgb(110,159,18); }
div.DivClassName
{
background-color: #6E9F12;
}
.BgClassName
{
background-color: #6E9F12;
}
</style>
border-color css
<style>
span { border-color: #6E9F12; }
span { border-color: rgb(110,159,18); }
td.TdClassName
{
border-color: #6E9F12;
}
.TagClassName
{
border-color: #6E9F12;
}
</style>