Shades of Christi #799F18
Tints of Christi #799F18
RGB
CMYK
RGB Variations
Color information
#799F18 (or 0x799F18) is known color: Christi. HEX triplet: 79, 9F and 18. RGB value is (121,159,24). Sum of RGB (Red+Green+Blue) = 121+159+24=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 159 (62.5% from 255 or 52.30% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 159 - color contains mainly: green. Hex color #799F18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799F18 is #8660E7. Grayscale: #848484. Windows color (decimal): -8806632 or 1613689. OLE color: 1613689.
HSL color Cylindrical-coordinate representation of color #799F18: hue angle of 76.89º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #799F18 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 24 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.38 |
| HSL | 76.89º | 0.74% | 0.36% | - |
| HSV(B) | 76.89º | 0.85% | 0.62% | - |
| XYZ | 20.45 | 28.93 | 5.37 | - |
| YUV | 132.25 | 66.91 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 24 | 0.24 | 0 | 0.85 | 0.38 | 76.89 | 0.74 | 0.36 |
| Hex | 79 | 9F | 18 | 18 | 0 | 55 | 26 | 4D | 4A | 24 |
| Octal | 171 | 237 | 30 | 30 | 0 | 125 | 46 | 115 | 112 | 44 |
| Binary | 1111001 | 10011111 | 11000 | 11000 | 0 | 1010101 | 100110 | 1001101 | 1001010 | 100100 |
Color Harmonies of #799F18
Complementary color
Monochromatic Colors of #799F18
Black with #799F18
Text Example
Text Example
White with #799F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F18; }
p { color: rgb(121,159,24); }
H1.HeaderClassName
{
color: #799F18;
}
.AnyTagClassName
{
color: #799F18;
}
</style>
background-color css
<style>
a { background-color: #799F18; }
a { background-color: rgb(121,159,24); }
div.DivClassName
{
background-color: #799F18;
}
.BgClassName
{
background-color: #799F18;
}
</style>
border-color css
<style>
span { border-color: #799F18; }
span { border-color: rgb(121,159,24); }
td.TdClassName
{
border-color: #799F18;
}
.TagClassName
{
border-color: #799F18;
}
</style>