Shades of Olive Drab #74891F
Tints of Olive Drab #74891F
RGB
CMYK
RGB Variations
Color information
#74891F (or 0x74891F) is known color: Olive Drab. HEX triplet: 74, 89 and 1F. RGB value is (116,137,31). Sum of RGB (Red+Green+Blue) = 116+137+31=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #74891F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74891F is #8B76E0. Grayscale: #777777. Windows color (decimal): -9139937 or 2066804. OLE color: 2066804.
HSL color Cylindrical-coordinate representation of color #74891F: hue angle of 71.89º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74891F is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 31 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.46 |
| HSL | 71.89º | 0.63% | 0.33% | - |
| HSV(B) | 71.89º | 0.77% | 0.54% | - |
| XYZ | 16.4 | 21.7 | 4.62 | - |
| YUV | 118.64 | 78.54 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 31 | 0.15 | 0 | 0.77 | 0.46 | 71.89 | 0.63 | 0.33 |
| Hex | 74 | 89 | 1F | F | 0 | 4D | 2E | 48 | 3F | 21 |
| Octal | 164 | 211 | 37 | 17 | 0 | 115 | 56 | 110 | 77 | 41 |
| Binary | 1110100 | 10001001 | 11111 | 1111 | 0 | 1001101 | 101110 | 1001000 | 111111 | 100001 |
Color Harmonies of #74891F
Complementary color
Monochromatic Colors of #74891F
Black with #74891F
Text Example
Text Example
White with #74891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74891F; }
p { color: rgb(116,137,31); }
H1.HeaderClassName
{
color: #74891F;
}
.AnyTagClassName
{
color: #74891F;
}
</style>
background-color css
<style>
a { background-color: #74891F; }
a { background-color: rgb(116,137,31); }
div.DivClassName
{
background-color: #74891F;
}
.BgClassName
{
background-color: #74891F;
}
</style>
border-color css
<style>
span { border-color: #74891F; }
span { border-color: rgb(116,137,31); }
td.TdClassName
{
border-color: #74891F;
}
.TagClassName
{
border-color: #74891F;
}
</style>