Shades of Christi #799F09
Tints of Christi #799F09
RGB
CMYK
RGB Variations
Color information
#799F09 (or 0x799F09) is known color: Christi. HEX triplet: 79, 9F and 09. RGB value is (121,159,9). Sum of RGB (Red+Green+Blue) = 121+159+9=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #799F09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799F09 is #8660F6. Grayscale: #838383. Windows color (decimal): -8806647 or 630649. OLE color: 630649.
HSL color Cylindrical-coordinate representation of color #799F09: hue angle of 75.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #799F09 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 9 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.38 |
| HSL | 75.2º | 0.89% | 0.33% | - |
| HSV(B) | 75.2º | 0.94% | 0.62% | - |
| XYZ | 20.33 | 28.88 | 4.76 | - |
| YUV | 130.54 | 59.41 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 9 | 0.24 | 0 | 0.94 | 0.38 | 75.2 | 0.89 | 0.33 |
| Hex | 79 | 9F | 9 | 18 | 0 | 5E | 26 | 4B | 59 | 21 |
| Octal | 171 | 237 | 11 | 30 | 0 | 136 | 46 | 113 | 131 | 41 |
| Binary | 1111001 | 10011111 | 1001 | 11000 | 0 | 1011110 | 100110 | 1001011 | 1011001 | 100001 |
Color Harmonies of #799F09
Complementary color
Monochromatic Colors of #799F09
Black with #799F09
Text Example
Text Example
White with #799F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F09; }
p { color: rgb(121,159,9); }
H1.HeaderClassName
{
color: #799F09;
}
.AnyTagClassName
{
color: #799F09;
}
</style>
background-color css
<style>
a { background-color: #799F09; }
a { background-color: rgb(121,159,9); }
div.DivClassName
{
background-color: #799F09;
}
.BgClassName
{
background-color: #799F09;
}
</style>
border-color css
<style>
span { border-color: #799F09; }
span { border-color: rgb(121,159,9); }
td.TdClassName
{
border-color: #799F09;
}
.TagClassName
{
border-color: #799F09;
}
</style>