Shades of Olive Drab #74910D
Tints of Olive Drab #74910D
RGB
CMYK
RGB Variations
Color information
#74910D (or 0x74910D) is known color: Olive Drab. HEX triplet: 74, 91 and 0D. RGB value is (116,145,13). Sum of RGB (Red+Green+Blue) = 116+145+13=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #74910D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74910D is #8B6EF2. Grayscale: #797979. Windows color (decimal): -9137907 or 889204. OLE color: 889204.
HSL color Cylindrical-coordinate representation of color #74910D: hue angle of 73.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74910D is Cyan = 0.2, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 13 | - |
| CMYK | 0.2 | 0 | 0.91 | 0.43 |
| HSL | 73.18º | 0.84% | 0.31% | - |
| HSV(B) | 73.18º | 0.91% | 0.57% | - |
| XYZ | 17.4 | 23.99 | 4.09 | - |
| YUV | 121.28 | 66.89 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 13 | 0.2 | 0 | 0.91 | 0.43 | 73.18 | 0.84 | 0.31 |
| Hex | 74 | 91 | D | 14 | 0 | 5B | 2B | 49 | 54 | 1F |
| Octal | 164 | 221 | 15 | 24 | 0 | 133 | 53 | 111 | 124 | 37 |
| Binary | 1110100 | 10010001 | 1101 | 10100 | 0 | 1011011 | 101011 | 1001001 | 1010100 | 11111 |
Color Harmonies of #74910D
Complementary color
Monochromatic Colors of #74910D
Black with #74910D
Text Example
Text Example
White with #74910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74910D; }
p { color: rgb(116,145,13); }
H1.HeaderClassName
{
color: #74910D;
}
.AnyTagClassName
{
color: #74910D;
}
</style>
background-color css
<style>
a { background-color: #74910D; }
a { background-color: rgb(116,145,13); }
div.DivClassName
{
background-color: #74910D;
}
.BgClassName
{
background-color: #74910D;
}
</style>
border-color css
<style>
span { border-color: #74910D; }
span { border-color: rgb(116,145,13); }
td.TdClassName
{
border-color: #74910D;
}
.TagClassName
{
border-color: #74910D;
}
</style>