Shades of Christi #799B06
Tints of Christi #799B06
RGB
CMYK
RGB Variations
Color information
#799B06 (or 0x799B06) is known color: Christi. HEX triplet: 79, 9B and 06. RGB value is (121,155,6). Sum of RGB (Red+Green+Blue) = 121+155+6=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #799B06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799B06 is #8664F9. Grayscale: #808080. Windows color (decimal): -8807674 or 433017. OLE color: 433017.
HSL color Cylindrical-coordinate representation of color #799B06: hue angle of 73.69º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #799B06 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 6 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.39 |
| HSL | 73.69º | 0.93% | 0.32% | - |
| HSV(B) | 73.69º | 0.96% | 0.61% | - |
| XYZ | 19.64 | 27.52 | 4.45 | - |
| YUV | 127.85 | 59.24 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 6 | 0.22 | 0 | 0.96 | 0.39 | 73.69 | 0.93 | 0.32 |
| Hex | 79 | 9B | 6 | 16 | 0 | 60 | 27 | 4A | 5D | 20 |
| Octal | 171 | 233 | 6 | 26 | 0 | 140 | 47 | 112 | 135 | 40 |
| Binary | 1111001 | 10011011 | 110 | 10110 | 0 | 1100000 | 100111 | 1001010 | 1011101 | 100000 |
Color Harmonies of #799B06
Complementary color
Monochromatic Colors of #799B06
Black with #799B06
Text Example
Text Example
White with #799B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B06; }
p { color: rgb(121,155,6); }
H1.HeaderClassName
{
color: #799B06;
}
.AnyTagClassName
{
color: #799B06;
}
</style>
background-color css
<style>
a { background-color: #799B06; }
a { background-color: rgb(121,155,6); }
div.DivClassName
{
background-color: #799B06;
}
.BgClassName
{
background-color: #799B06;
}
</style>
border-color css
<style>
span { border-color: #799B06; }
span { border-color: rgb(121,155,6); }
td.TdClassName
{
border-color: #799B06;
}
.TagClassName
{
border-color: #799B06;
}
</style>