Shades of Christi #799B05
Tints of Christi #799B05
RGB
CMYK
RGB Variations
Color information
#799B05 (or 0x799B05) is known color: Christi. HEX triplet: 79, 9B and 05. RGB value is (121,155,5). Sum of RGB (Red+Green+Blue) = 121+155+5=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 155 (60.94% from 255 or 55.16% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 155 - color contains mainly: green. Hex color #799B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799B05 is #8664FA. Grayscale: #808080. Windows color (decimal): -8807675 or 367481. OLE color: 367481.
HSL color Cylindrical-coordinate representation of color #799B05: hue angle of 73.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #799B05 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 5 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.39 |
| HSL | 73.6º | 0.94% | 0.31% | - |
| HSV(B) | 73.6º | 0.97% | 0.61% | - |
| XYZ | 19.63 | 27.52 | 4.42 | - |
| YUV | 127.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 5 | 0.22 | 0 | 0.97 | 0.39 | 73.6 | 0.94 | 0.31 |
| Hex | 79 | 9B | 5 | 16 | 0 | 61 | 27 | 4A | 5E | 1F |
| Octal | 171 | 233 | 5 | 26 | 0 | 141 | 47 | 112 | 136 | 37 |
| Binary | 1111001 | 10011011 | 101 | 10110 | 0 | 1100001 | 100111 | 1001010 | 1011110 | 11111 |
Color Harmonies of #799B05
Complementary color
Monochromatic Colors of #799B05
Black with #799B05
Text Example
Text Example
White with #799B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B05; }
p { color: rgb(121,155,5); }
H1.HeaderClassName
{
color: #799B05;
}
.AnyTagClassName
{
color: #799B05;
}
</style>
background-color css
<style>
a { background-color: #799B05; }
a { background-color: rgb(121,155,5); }
div.DivClassName
{
background-color: #799B05;
}
.BgClassName
{
background-color: #799B05;
}
</style>
border-color css
<style>
span { border-color: #799B05; }
span { border-color: rgb(121,155,5); }
td.TdClassName
{
border-color: #799B05;
}
.TagClassName
{
border-color: #799B05;
}
</style>