Shades of Olive Drab #749725
Tints of Olive Drab #749725
RGB
CMYK
RGB Variations
Color information
#749725 (or 0x749725) is known color: Olive Drab. HEX triplet: 74, 97 and 25. RGB value is (116,151,37). Sum of RGB (Red+Green+Blue) = 116+151+37=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #749725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749725 is #8B68DA. Grayscale: #7F7F7F. Windows color (decimal): -9136347 or 2463604. OLE color: 2463604.
HSL color Cylindrical-coordinate representation of color #749725: hue angle of 78.42º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #749725 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 151 | 37 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.41 |
| HSL | 78.42º | 0.61% | 0.37% | - |
| HSV(B) | 78.42º | 0.75% | 0.59% | - |
| XYZ | 18.6 | 25.98 | 5.78 | - |
| YUV | 127.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 37 | 0.23 | 0 | 0.75 | 0.41 | 78.42 | 0.61 | 0.37 |
| Hex | 74 | 97 | 25 | 17 | 0 | 4B | 29 | 4E | 3D | 25 |
| Octal | 164 | 227 | 45 | 27 | 0 | 113 | 51 | 116 | 75 | 45 |
| Binary | 1110100 | 10010111 | 100101 | 10111 | 0 | 1001011 | 101001 | 1001110 | 111101 | 100101 |
Color Harmonies of #749725
Complementary color
Monochromatic Colors of #749725
Black with #749725
Text Example
Text Example
White with #749725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749725; }
p { color: rgb(116,151,37); }
H1.HeaderClassName
{
color: #749725;
}
.AnyTagClassName
{
color: #749725;
}
</style>
background-color css
<style>
a { background-color: #749725; }
a { background-color: rgb(116,151,37); }
div.DivClassName
{
background-color: #749725;
}
.BgClassName
{
background-color: #749725;
}
</style>
border-color css
<style>
span { border-color: #749725; }
span { border-color: rgb(116,151,37); }
td.TdClassName
{
border-color: #749725;
}
.TagClassName
{
border-color: #749725;
}
</style>