Shades of Christi #799A05
Tints of Christi #799A05
RGB
CMYK
RGB Variations
Color information
#799A05 (or 0x799A05) is known color: Christi. HEX triplet: 79, 9A and 05. RGB value is (121,154,5). Sum of RGB (Red+Green+Blue) = 121+154+5=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 154 (60.55% from 255 or 55% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 154 - color contains mainly: green. Hex color #799A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799A05 is #8665FA. Grayscale: #7F7F7F. Windows color (decimal): -8807931 or 367225. OLE color: 367225.
HSL color Cylindrical-coordinate representation of color #799A05: hue angle of 73.29º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #799A05 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 154 | 5 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.40 |
| HSL | 73.29º | 0.94% | 0.31% | - |
| HSV(B) | 73.29º | 0.97% | 0.6% | - |
| XYZ | 19.47 | 27.19 | 4.37 | - |
| YUV | 127.15 | 59.07 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 5 | 0.21 | 0 | 0.97 | 0.40 | 73.29 | 0.94 | 0.31 |
| Hex | 79 | 9A | 5 | 15 | 0 | 61 | 28 | 49 | 5E | 1F |
| Octal | 171 | 232 | 5 | 25 | 0 | 141 | 50 | 111 | 136 | 37 |
| Binary | 1111001 | 10011010 | 101 | 10101 | 0 | 1100001 | 101000 | 1001001 | 1011110 | 11111 |
Color Harmonies of #799A05
Complementary color
Monochromatic Colors of #799A05
Black with #799A05
Text Example
Text Example
White with #799A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799A05; }
p { color: rgb(121,154,5); }
H1.HeaderClassName
{
color: #799A05;
}
.AnyTagClassName
{
color: #799A05;
}
</style>
background-color css
<style>
a { background-color: #799A05; }
a { background-color: rgb(121,154,5); }
div.DivClassName
{
background-color: #799A05;
}
.BgClassName
{
background-color: #799A05;
}
</style>
border-color css
<style>
span { border-color: #799A05; }
span { border-color: rgb(121,154,5); }
td.TdClassName
{
border-color: #799A05;
}
.TagClassName
{
border-color: #799A05;
}
</style>