Shades of Christi #799B07
Tints of Christi #799B07
RGB
CMYK
RGB Variations
Color information
#799B07 (or 0x799B07) is known color: Christi. HEX triplet: 79, 9B and 07. RGB value is (121,155,7). Sum of RGB (Red+Green+Blue) = 121+155+7=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 155 (60.94% from 255 or 54.77% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 155 - color contains mainly: green. Hex color #799B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799B07 is #8664F8. Grayscale: #808080. Windows color (decimal): -8807673 or 498553. OLE color: 498553.
HSL color Cylindrical-coordinate representation of color #799B07: hue angle of 73.78º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #799B07 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 7 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.39 |
| HSL | 73.78º | 0.91% | 0.32% | - |
| HSV(B) | 73.78º | 0.95% | 0.61% | - |
| XYZ | 19.64 | 27.52 | 4.48 | - |
| YUV | 127.96 | 59.74 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 7 | 0.22 | 0 | 0.95 | 0.39 | 73.78 | 0.91 | 0.32 |
| Hex | 79 | 9B | 7 | 16 | 0 | 5F | 27 | 4A | 5B | 20 |
| Octal | 171 | 233 | 7 | 26 | 0 | 137 | 47 | 112 | 133 | 40 |
| Binary | 1111001 | 10011011 | 111 | 10110 | 0 | 1011111 | 100111 | 1001010 | 1011011 | 100000 |
Color Harmonies of #799B07
Complementary color
Monochromatic Colors of #799B07
Black with #799B07
Text Example
Text Example
White with #799B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B07; }
p { color: rgb(121,155,7); }
H1.HeaderClassName
{
color: #799B07;
}
.AnyTagClassName
{
color: #799B07;
}
</style>
background-color css
<style>
a { background-color: #799B07; }
a { background-color: rgb(121,155,7); }
div.DivClassName
{
background-color: #799B07;
}
.BgClassName
{
background-color: #799B07;
}
</style>
border-color css
<style>
span { border-color: #799B07; }
span { border-color: rgb(121,155,7); }
td.TdClassName
{
border-color: #799B07;
}
.TagClassName
{
border-color: #799B07;
}
</style>