Shades of Olive Drab #74901E
Tints of Olive Drab #74901E
RGB
CMYK
RGB Variations
Color information
#74901E (or 0x74901E) is known color: Olive Drab. HEX triplet: 74, 90 and 1E. RGB value is (116,144,30). Sum of RGB (Red+Green+Blue) = 116+144+30=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #74901E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74901E is #8B6FE1. Grayscale: #7B7B7B. Windows color (decimal): -9138146 or 2003060. OLE color: 2003060.
HSL color Cylindrical-coordinate representation of color #74901E: hue angle of 74.74º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74901E is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 30 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.44 |
| HSL | 74.74º | 0.66% | 0.34% | - |
| HSV(B) | 74.74º | 0.79% | 0.56% | - |
| XYZ | 17.41 | 23.75 | 4.9 | - |
| YUV | 122.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 30 | 0.19 | 0 | 0.79 | 0.44 | 74.74 | 0.66 | 0.34 |
| Hex | 74 | 90 | 1E | 13 | 0 | 4F | 2C | 4B | 42 | 22 |
| Octal | 164 | 220 | 36 | 23 | 0 | 117 | 54 | 113 | 102 | 42 |
| Binary | 1110100 | 10010000 | 11110 | 10011 | 0 | 1001111 | 101100 | 1001011 | 1000010 | 100010 |
Color Harmonies of #74901E
Complementary color
Monochromatic Colors of #74901E
Black with #74901E
Text Example
Text Example
White with #74901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74901E; }
p { color: rgb(116,144,30); }
H1.HeaderClassName
{
color: #74901E;
}
.AnyTagClassName
{
color: #74901E;
}
</style>
background-color css
<style>
a { background-color: #74901E; }
a { background-color: rgb(116,144,30); }
div.DivClassName
{
background-color: #74901E;
}
.BgClassName
{
background-color: #74901E;
}
</style>
border-color css
<style>
span { border-color: #74901E; }
span { border-color: rgb(116,144,30); }
td.TdClassName
{
border-color: #74901E;
}
.TagClassName
{
border-color: #74901E;
}
</style>