Shades of Christi #799E08
Tints of Christi #799E08
RGB
CMYK
RGB Variations
Color information
#799E08 (or 0x799E08) is known color: Christi. HEX triplet: 79, 9E and 08. RGB value is (121,158,8). Sum of RGB (Red+Green+Blue) = 121+158+8=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #799E08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799E08 is #8661F7. Grayscale: #828282. Windows color (decimal): -8806904 or 564857. OLE color: 564857.
HSL color Cylindrical-coordinate representation of color #799E08: hue angle of 74.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #799E08 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 158 | 8 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.38 |
| HSL | 74.8º | 0.9% | 0.33% | - |
| HSV(B) | 74.8º | 0.95% | 0.62% | - |
| XYZ | 20.16 | 28.54 | 4.68 | - |
| YUV | 129.84 | 59.24 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 8 | 0.23 | 0 | 0.95 | 0.38 | 74.8 | 0.9 | 0.33 |
| Hex | 79 | 9E | 8 | 17 | 0 | 5F | 26 | 4B | 5A | 21 |
| Octal | 171 | 236 | 10 | 27 | 0 | 137 | 46 | 113 | 132 | 41 |
| Binary | 1111001 | 10011110 | 1000 | 10111 | 0 | 1011111 | 100110 | 1001011 | 1011010 | 100001 |
Color Harmonies of #799E08
Complementary color
Monochromatic Colors of #799E08
Black with #799E08
Text Example
Text Example
White with #799E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799E08; }
p { color: rgb(121,158,8); }
H1.HeaderClassName
{
color: #799E08;
}
.AnyTagClassName
{
color: #799E08;
}
</style>
background-color css
<style>
a { background-color: #799E08; }
a { background-color: rgb(121,158,8); }
div.DivClassName
{
background-color: #799E08;
}
.BgClassName
{
background-color: #799E08;
}
</style>
border-color css
<style>
span { border-color: #799E08; }
span { border-color: rgb(121,158,8); }
td.TdClassName
{
border-color: #799E08;
}
.TagClassName
{
border-color: #799E08;
}
</style>