Shades of Olive #798709
Tints of Olive #798709
RGB
CMYK
RGB Variations
Color information
#798709 (or 0x798709) is known color: Olive. HEX triplet: 79, 87 and 09. RGB value is (121,135,9). Sum of RGB (Red+Green+Blue) = 121+135+9=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #798709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798709 is #8678F6. Grayscale: #747474. Windows color (decimal): -8812791 or 624505. OLE color: 624505.
HSL color Cylindrical-coordinate representation of color #798709: hue angle of 66.67º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #798709 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 135 | 9 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.47 |
| HSL | 66.67º | 0.88% | 0.28% | - |
| HSV(B) | 66.67º | 0.93% | 0.53% | - |
| XYZ | 16.6 | 21.41 | 3.52 | - |
| YUV | 116.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 135 | 9 | 0.10 | 0 | 0.93 | 0.47 | 66.67 | 0.88 | 0.28 |
| Hex | 79 | 87 | 9 | A | 0 | 5D | 2F | 43 | 58 | 1C |
| Octal | 171 | 207 | 11 | 12 | 0 | 135 | 57 | 103 | 130 | 34 |
| Binary | 1111001 | 10000111 | 1001 | 1010 | 0 | 1011101 | 101111 | 1000011 | 1011000 | 11100 |
Color Harmonies of #798709
Complementary color
Monochromatic Colors of #798709
Black with #798709
Text Example
Text Example
White with #798709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798709; }
p { color: rgb(121,135,9); }
H1.HeaderClassName
{
color: #798709;
}
.AnyTagClassName
{
color: #798709;
}
</style>
background-color css
<style>
a { background-color: #798709; }
a { background-color: rgb(121,135,9); }
div.DivClassName
{
background-color: #798709;
}
.BgClassName
{
background-color: #798709;
}
</style>
border-color css
<style>
span { border-color: #798709; }
span { border-color: rgb(121,135,9); }
td.TdClassName
{
border-color: #798709;
}
.TagClassName
{
border-color: #798709;
}
</style>