Shades of Olive Drab #799125
Tints of Olive Drab #799125
RGB
CMYK
RGB Variations
Color information
#799125 (or 0x799125) is known color: Olive Drab. HEX triplet: 79, 91 and 25. RGB value is (121,145,37). Sum of RGB (Red+Green+Blue) = 121+145+37=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #799125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799125 is #866EDA. Grayscale: #7D7D7D. Windows color (decimal): -8810203 or 2462073. OLE color: 2462073.
HSL color Cylindrical-coordinate representation of color #799125: hue angle of 73.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #799125 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 37 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.43 |
| HSL | 73.33º | 0.59% | 0.36% | - |
| HSV(B) | 73.33º | 0.74% | 0.57% | - |
| XYZ | 18.34 | 24.45 | 5.5 | - |
| YUV | 125.51 | 78.05 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 37 | 0.17 | 0 | 0.74 | 0.43 | 73.33 | 0.59 | 0.36 |
| Hex | 79 | 91 | 25 | 11 | 0 | 4A | 2B | 49 | 3B | 24 |
| Octal | 171 | 221 | 45 | 21 | 0 | 112 | 53 | 111 | 73 | 44 |
| Binary | 1111001 | 10010001 | 100101 | 10001 | 0 | 1001010 | 101011 | 1001001 | 111011 | 100100 |
Color Harmonies of #799125
Complementary color
Monochromatic Colors of #799125
Black with #799125
Text Example
Text Example
White with #799125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799125; }
p { color: rgb(121,145,37); }
H1.HeaderClassName
{
color: #799125;
}
.AnyTagClassName
{
color: #799125;
}
</style>
background-color css
<style>
a { background-color: #799125; }
a { background-color: rgb(121,145,37); }
div.DivClassName
{
background-color: #799125;
}
.BgClassName
{
background-color: #799125;
}
</style>
border-color css
<style>
span { border-color: #799125; }
span { border-color: rgb(121,145,37); }
td.TdClassName
{
border-color: #799125;
}
.TagClassName
{
border-color: #799125;
}
</style>