Shades of Olive #799707
Tints of Olive #799707
RGB
CMYK
RGB Variations
Color information
#799707 (or 0x799707) is known color: Olive. HEX triplet: 79, 97 and 07. RGB value is (121,151,7). Sum of RGB (Red+Green+Blue) = 121+151+7=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #799707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799707 is #8668F8. Grayscale: #7E7E7E. Windows color (decimal): -8808697 or 497529. OLE color: 497529.
HSL color Cylindrical-coordinate representation of color #799707: hue angle of 72.5º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #799707 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 151 | 7 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.41 |
| HSL | 72.5º | 0.91% | 0.31% | - |
| HSV(B) | 72.5º | 0.95% | 0.59% | - |
| XYZ | 18.99 | 26.21 | 4.26 | - |
| YUV | 125.61 | 61.06 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 151 | 7 | 0.20 | 0 | 0.95 | 0.41 | 72.5 | 0.91 | 0.31 |
| Hex | 79 | 97 | 7 | 14 | 0 | 5F | 29 | 48 | 5B | 1F |
| Octal | 171 | 227 | 7 | 24 | 0 | 137 | 51 | 110 | 133 | 37 |
| Binary | 1111001 | 10010111 | 111 | 10100 | 0 | 1011111 | 101001 | 1001000 | 1011011 | 11111 |
Color Harmonies of #799707
Complementary color
Monochromatic Colors of #799707
Black with #799707
Text Example
Text Example
White with #799707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799707; }
p { color: rgb(121,151,7); }
H1.HeaderClassName
{
color: #799707;
}
.AnyTagClassName
{
color: #799707;
}
</style>
background-color css
<style>
a { background-color: #799707; }
a { background-color: rgb(121,151,7); }
div.DivClassName
{
background-color: #799707;
}
.BgClassName
{
background-color: #799707;
}
</style>
border-color css
<style>
span { border-color: #799707; }
span { border-color: rgb(121,151,7); }
td.TdClassName
{
border-color: #799707;
}
.TagClassName
{
border-color: #799707;
}
</style>