Shades of Christi #799D16
Tints of Christi #799D16
RGB
CMYK
RGB Variations
Color information
#799D16 (or 0x799D16) is known color: Christi. HEX triplet: 79, 9D and 16. RGB value is (121,157,22). Sum of RGB (Red+Green+Blue) = 121+157+22=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #799D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799D16 is #8662E9. Grayscale: #838383. Windows color (decimal): -8807146 or 1482105. OLE color: 1482105.
HSL color Cylindrical-coordinate representation of color #799D16: hue angle of 76º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #799D16 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 22 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.38 |
| HSL | 76º | 0.75% | 0.35% | - |
| HSV(B) | 76º | 0.86% | 0.62% | - |
| XYZ | 20.09 | 28.24 | 5.15 | - |
| YUV | 130.85 | 66.57 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 22 | 0.23 | 0 | 0.86 | 0.38 | 76 | 0.75 | 0.35 |
| Hex | 79 | 9D | 16 | 17 | 0 | 56 | 26 | 4C | 4B | 23 |
| Octal | 171 | 235 | 26 | 27 | 0 | 126 | 46 | 114 | 113 | 43 |
| Binary | 1111001 | 10011101 | 10110 | 10111 | 0 | 1010110 | 100110 | 1001100 | 1001011 | 100011 |
Color Harmonies of #799D16
Complementary color
Monochromatic Colors of #799D16
Black with #799D16
Text Example
Text Example
White with #799D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D16; }
p { color: rgb(121,157,22); }
H1.HeaderClassName
{
color: #799D16;
}
.AnyTagClassName
{
color: #799D16;
}
</style>
background-color css
<style>
a { background-color: #799D16; }
a { background-color: rgb(121,157,22); }
div.DivClassName
{
background-color: #799D16;
}
.BgClassName
{
background-color: #799D16;
}
</style>
border-color css
<style>
span { border-color: #799D16; }
span { border-color: rgb(121,157,22); }
td.TdClassName
{
border-color: #799D16;
}
.TagClassName
{
border-color: #799D16;
}
</style>