Shades of Olive Drab #749714
Tints of Olive Drab #749714
RGB
CMYK
RGB Variations
Color information
#749714 (or 0x749714) is known color: Olive Drab. HEX triplet: 74, 97 and 14. RGB value is (116,151,20). Sum of RGB (Red+Green+Blue) = 116+151+20=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #749714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749714 is #8B68EB. Grayscale: #7E7E7E. Windows color (decimal): -9136364 or 1349492. OLE color: 1349492.
HSL color Cylindrical-coordinate representation of color #749714: hue angle of 76.03º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #749714 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 151 | 20 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.41 |
| HSL | 76.03º | 0.77% | 0.34% | - |
| HSV(B) | 76.03º | 0.87% | 0.59% | - |
| XYZ | 18.4 | 25.9 | 4.69 | - |
| YUV | 125.6 | 68.4 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 20 | 0.23 | 0 | 0.87 | 0.41 | 76.03 | 0.77 | 0.34 |
| Hex | 74 | 97 | 14 | 17 | 0 | 57 | 29 | 4C | 4D | 22 |
| Octal | 164 | 227 | 24 | 27 | 0 | 127 | 51 | 114 | 115 | 42 |
| Binary | 1110100 | 10010111 | 10100 | 10111 | 0 | 1010111 | 101001 | 1001100 | 1001101 | 100010 |
Color Harmonies of #749714
Complementary color
Monochromatic Colors of #749714
Black with #749714
Text Example
Text Example
White with #749714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749714; }
p { color: rgb(116,151,20); }
H1.HeaderClassName
{
color: #749714;
}
.AnyTagClassName
{
color: #749714;
}
</style>
background-color css
<style>
a { background-color: #749714; }
a { background-color: rgb(116,151,20); }
div.DivClassName
{
background-color: #749714;
}
.BgClassName
{
background-color: #749714;
}
</style>
border-color css
<style>
span { border-color: #749714; }
span { border-color: rgb(116,151,20); }
td.TdClassName
{
border-color: #749714;
}
.TagClassName
{
border-color: #749714;
}
</style>