Shades of Christi #799C08
Tints of Christi #799C08
RGB
CMYK
RGB Variations
Color information
#799C08 (or 0x799C08) is known color: Christi. HEX triplet: 79, 9C and 08. RGB value is (121,156,8). Sum of RGB (Red+Green+Blue) = 121+156+8=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #799C08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799C08 is #8663F7. Grayscale: #818181. Windows color (decimal): -8807416 or 564345. OLE color: 564345.
HSL color Cylindrical-coordinate representation of color #799C08: hue angle of 74.19º degrees, saturation: 0.9, 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 #799C08 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 156 | 8 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.39 |
| HSL | 74.19º | 0.9% | 0.32% | - |
| HSV(B) | 74.19º | 0.95% | 0.61% | - |
| XYZ | 19.82 | 27.86 | 4.56 | - |
| YUV | 128.66 | 59.9 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 8 | 0.22 | 0 | 0.95 | 0.39 | 74.19 | 0.9 | 0.32 |
| Hex | 79 | 9C | 8 | 16 | 0 | 5F | 27 | 4A | 5A | 20 |
| Octal | 171 | 234 | 10 | 26 | 0 | 137 | 47 | 112 | 132 | 40 |
| Binary | 1111001 | 10011100 | 1000 | 10110 | 0 | 1011111 | 100111 | 1001010 | 1011010 | 100000 |
Color Harmonies of #799C08
Complementary color
Monochromatic Colors of #799C08
Black with #799C08
Text Example
Text Example
White with #799C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799C08; }
p { color: rgb(121,156,8); }
H1.HeaderClassName
{
color: #799C08;
}
.AnyTagClassName
{
color: #799C08;
}
</style>
background-color css
<style>
a { background-color: #799C08; }
a { background-color: rgb(121,156,8); }
div.DivClassName
{
background-color: #799C08;
}
.BgClassName
{
background-color: #799C08;
}
</style>
border-color css
<style>
span { border-color: #799C08; }
span { border-color: rgb(121,156,8); }
td.TdClassName
{
border-color: #799C08;
}
.TagClassName
{
border-color: #799C08;
}
</style>