Shades of Olive Drab #74902E
Tints of Olive Drab #74902E
RGB
CMYK
RGB Variations
Color information
#74902E (or 0x74902E) is known color: Olive Drab. HEX triplet: 74, 90 and 2E. RGB value is (116,144,46). Sum of RGB (Red+Green+Blue) = 116+144+46=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #74902E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74902E is #8B6FD1. Grayscale: #7C7C7C. Windows color (decimal): -9138130 or 3051636. OLE color: 3051636.
HSL color Cylindrical-coordinate representation of color #74902E: hue angle of 77.14º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74902E is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 46 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.44 |
| HSL | 77.14º | 0.52% | 0.37% | - |
| HSV(B) | 77.14º | 0.68% | 0.56% | - |
| XYZ | 17.67 | 23.86 | 6.26 | - |
| YUV | 124.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 46 | 0.19 | 0 | 0.68 | 0.44 | 77.14 | 0.52 | 0.37 |
| Hex | 74 | 90 | 2E | 13 | 0 | 44 | 2C | 4D | 34 | 25 |
| Octal | 164 | 220 | 56 | 23 | 0 | 104 | 54 | 115 | 64 | 45 |
| Binary | 1110100 | 10010000 | 101110 | 10011 | 0 | 1000100 | 101100 | 1001101 | 110100 | 100101 |
Color Harmonies of #74902E
Complementary color
Monochromatic Colors of #74902E
Black with #74902E
Text Example
Text Example
White with #74902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74902E; }
p { color: rgb(116,144,46); }
H1.HeaderClassName
{
color: #74902E;
}
.AnyTagClassName
{
color: #74902E;
}
</style>
background-color css
<style>
a { background-color: #74902E; }
a { background-color: rgb(116,144,46); }
div.DivClassName
{
background-color: #74902E;
}
.BgClassName
{
background-color: #74902E;
}
</style>
border-color css
<style>
span { border-color: #74902E; }
span { border-color: rgb(116,144,46); }
td.TdClassName
{
border-color: #74902E;
}
.TagClassName
{
border-color: #74902E;
}
</style>