Shades of Christi #799E0D
Tints of Christi #799E0D
RGB
CMYK
RGB Variations
Color information
#799E0D (or 0x799E0D) is known color: Christi. HEX triplet: 79, 9E and 0D. RGB value is (121,158,13). Sum of RGB (Red+Green+Blue) = 121+158+13=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #799E0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799E0D is #8661F2. Grayscale: #828282. Windows color (decimal): -8806899 or 892537. OLE color: 892537.
HSL color Cylindrical-coordinate representation of color #799E0D: hue angle of 75.31º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #799E0D is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 158 | 13 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.38 |
| HSL | 75.31º | 0.85% | 0.34% | - |
| HSV(B) | 75.31º | 0.92% | 0.62% | - |
| XYZ | 20.18 | 28.55 | 4.83 | - |
| YUV | 130.41 | 61.74 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 13 | 0.23 | 0 | 0.92 | 0.38 | 75.31 | 0.85 | 0.34 |
| Hex | 79 | 9E | D | 17 | 0 | 5C | 26 | 4B | 55 | 22 |
| Octal | 171 | 236 | 15 | 27 | 0 | 134 | 46 | 113 | 125 | 42 |
| Binary | 1111001 | 10011110 | 1101 | 10111 | 0 | 1011100 | 100110 | 1001011 | 1010101 | 100010 |
Color Harmonies of #799E0D
Complementary color
Monochromatic Colors of #799E0D
Black with #799E0D
Text Example
Text Example
White with #799E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799E0D; }
p { color: rgb(121,158,13); }
H1.HeaderClassName
{
color: #799E0D;
}
.AnyTagClassName
{
color: #799E0D;
}
</style>
background-color css
<style>
a { background-color: #799E0D; }
a { background-color: rgb(121,158,13); }
div.DivClassName
{
background-color: #799E0D;
}
.BgClassName
{
background-color: #799E0D;
}
</style>
border-color css
<style>
span { border-color: #799E0D; }
span { border-color: rgb(121,158,13); }
td.TdClassName
{
border-color: #799E0D;
}
.TagClassName
{
border-color: #799E0D;
}
</style>