Shades of Olive Drab #74920E
Tints of Olive Drab #74920E
RGB
CMYK
RGB Variations
Color information
#74920E (or 0x74920E) is known color: Olive Drab. HEX triplet: 74, 92 and 0E. RGB value is (116,146,14). Sum of RGB (Red+Green+Blue) = 116+146+14=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #74920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74920E is #8B6DF1. Grayscale: #7A7A7A. Windows color (decimal): -9137650 or 954996. OLE color: 954996.
HSL color Cylindrical-coordinate representation of color #74920E: hue angle of 73.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74920E is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 146 | 14 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.43 |
| HSL | 73.64º | 0.83% | 0.31% | - |
| HSV(B) | 73.64º | 0.9% | 0.57% | - |
| XYZ | 17.56 | 24.3 | 4.18 | - |
| YUV | 121.98 | 67.06 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 14 | 0.21 | 0 | 0.90 | 0.43 | 73.64 | 0.83 | 0.31 |
| Hex | 74 | 92 | E | 15 | 0 | 5A | 2B | 4A | 52 | 1F |
| Octal | 164 | 222 | 16 | 25 | 0 | 132 | 53 | 112 | 122 | 37 |
| Binary | 1110100 | 10010010 | 1110 | 10101 | 0 | 1011010 | 101011 | 1001010 | 1010010 | 11111 |
Color Harmonies of #74920E
Complementary color
Monochromatic Colors of #74920E
Black with #74920E
Text Example
Text Example
White with #74920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74920E; }
p { color: rgb(116,146,14); }
H1.HeaderClassName
{
color: #74920E;
}
.AnyTagClassName
{
color: #74920E;
}
</style>
background-color css
<style>
a { background-color: #74920E; }
a { background-color: rgb(116,146,14); }
div.DivClassName
{
background-color: #74920E;
}
.BgClassName
{
background-color: #74920E;
}
</style>
border-color css
<style>
span { border-color: #74920E; }
span { border-color: rgb(116,146,14); }
td.TdClassName
{
border-color: #74920E;
}
.TagClassName
{
border-color: #74920E;
}
</style>