Shades of Olive Drab #749719
Tints of Olive Drab #749719
RGB
CMYK
RGB Variations
Color information
#749719 (or 0x749719) is known color: Olive Drab. HEX triplet: 74, 97 and 19. RGB value is (116,151,25). Sum of RGB (Red+Green+Blue) = 116+151+25=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #749719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749719 is #8B68E6. Grayscale: #7E7E7E. Windows color (decimal): -9136359 or 1677172. OLE color: 1677172.
HSL color Cylindrical-coordinate representation of color #749719: hue angle of 76.67º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #749719 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 151 | 25 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.41 |
| HSL | 76.67º | 0.72% | 0.35% | - |
| HSV(B) | 76.67º | 0.83% | 0.59% | - |
| XYZ | 18.44 | 25.92 | 4.95 | - |
| YUV | 126.17 | 70.9 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 25 | 0.23 | 0 | 0.83 | 0.41 | 76.67 | 0.72 | 0.35 |
| Hex | 74 | 97 | 19 | 17 | 0 | 53 | 29 | 4D | 48 | 23 |
| Octal | 164 | 227 | 31 | 27 | 0 | 123 | 51 | 115 | 110 | 43 |
| Binary | 1110100 | 10010111 | 11001 | 10111 | 0 | 1010011 | 101001 | 1001101 | 1001000 | 100011 |
Color Harmonies of #749719
Complementary color
Monochromatic Colors of #749719
Black with #749719
Text Example
Text Example
White with #749719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749719; }
p { color: rgb(116,151,25); }
H1.HeaderClassName
{
color: #749719;
}
.AnyTagClassName
{
color: #749719;
}
</style>
background-color css
<style>
a { background-color: #749719; }
a { background-color: rgb(116,151,25); }
div.DivClassName
{
background-color: #749719;
}
.BgClassName
{
background-color: #749719;
}
</style>
border-color css
<style>
span { border-color: #749719; }
span { border-color: rgb(116,151,25); }
td.TdClassName
{
border-color: #749719;
}
.TagClassName
{
border-color: #749719;
}
</style>