Shades of Olive Drab #799610
Tints of Olive Drab #799610
RGB
CMYK
RGB Variations
Color information
#799610 (or 0x799610) is known color: Olive Drab. HEX triplet: 79, 96 and 10. RGB value is (121,150,16). Sum of RGB (Red+Green+Blue) = 121+150+16=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #799610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799610 is #8669EF. Grayscale: #7E7E7E. Windows color (decimal): -8808944 or 1087097. OLE color: 1087097.
HSL color Cylindrical-coordinate representation of color #799610: hue angle of 72.99º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #799610 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 150 | 16 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.41 |
| HSL | 72.99º | 0.81% | 0.33% | - |
| HSV(B) | 72.99º | 0.89% | 0.59% | - |
| XYZ | 18.89 | 25.92 | 4.5 | - |
| YUV | 126.05 | 65.89 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 150 | 16 | 0.19 | 0 | 0.89 | 0.41 | 72.99 | 0.81 | 0.33 |
| Hex | 79 | 96 | 10 | 13 | 0 | 59 | 29 | 49 | 51 | 21 |
| Octal | 171 | 226 | 20 | 23 | 0 | 131 | 51 | 111 | 121 | 41 |
| Binary | 1111001 | 10010110 | 10000 | 10011 | 0 | 1011001 | 101001 | 1001001 | 1010001 | 100001 |
Color Harmonies of #799610
Complementary color
Monochromatic Colors of #799610
Black with #799610
Text Example
Text Example
White with #799610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799610; }
p { color: rgb(121,150,16); }
H1.HeaderClassName
{
color: #799610;
}
.AnyTagClassName
{
color: #799610;
}
</style>
background-color css
<style>
a { background-color: #799610; }
a { background-color: rgb(121,150,16); }
div.DivClassName
{
background-color: #799610;
}
.BgClassName
{
background-color: #799610;
}
</style>
border-color css
<style>
span { border-color: #799610; }
span { border-color: rgb(121,150,16); }
td.TdClassName
{
border-color: #799610;
}
.TagClassName
{
border-color: #799610;
}
</style>