Shades of Olive #79870C
Tints of Olive #79870C
RGB
CMYK
RGB Variations
Color information
#79870C (or 0x79870C) is known color: Olive. HEX triplet: 79, 87 and 0C. RGB value is (121,135,12). Sum of RGB (Red+Green+Blue) = 121+135+12=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #79870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79870C is #8678F3. Grayscale: #757575. Windows color (decimal): -8812788 or 821113. OLE color: 821113.
HSL color Cylindrical-coordinate representation of color #79870C: hue angle of 66.83º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #79870C is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 135 | 12 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.47 |
| HSL | 66.83º | 0.84% | 0.29% | - |
| HSV(B) | 66.83º | 0.91% | 0.53% | - |
| XYZ | 16.62 | 21.42 | 3.61 | - |
| YUV | 116.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 135 | 12 | 0.10 | 0 | 0.91 | 0.47 | 66.83 | 0.84 | 0.29 |
| Hex | 79 | 87 | C | A | 0 | 5B | 2F | 43 | 54 | 1D |
| Octal | 171 | 207 | 14 | 12 | 0 | 133 | 57 | 103 | 124 | 35 |
| Binary | 1111001 | 10000111 | 1100 | 1010 | 0 | 1011011 | 101111 | 1000011 | 1010100 | 11101 |
Color Harmonies of #79870C
Complementary color
Monochromatic Colors of #79870C
Black with #79870C
Text Example
Text Example
White with #79870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79870C; }
p { color: rgb(121,135,12); }
H1.HeaderClassName
{
color: #79870C;
}
.AnyTagClassName
{
color: #79870C;
}
</style>
background-color css
<style>
a { background-color: #79870C; }
a { background-color: rgb(121,135,12); }
div.DivClassName
{
background-color: #79870C;
}
.BgClassName
{
background-color: #79870C;
}
</style>
border-color css
<style>
span { border-color: #79870C; }
span { border-color: rgb(121,135,12); }
td.TdClassName
{
border-color: #79870C;
}
.TagClassName
{
border-color: #79870C;
}
</style>