Shades of Olive Drab #74911A
Tints of Olive Drab #74911A
RGB
CMYK
RGB Variations
Color information
#74911A (or 0x74911A) is known color: Olive Drab. HEX triplet: 74, 91 and 1A. RGB value is (116,145,26). Sum of RGB (Red+Green+Blue) = 116+145+26=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #74911A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74911A is #8B6EE5. Grayscale: #7B7B7B. Windows color (decimal): -9137894 or 1741172. OLE color: 1741172.
HSL color Cylindrical-coordinate representation of color #74911A: hue angle of 74.62º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74911A is Cyan = 0.2, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 26 | - |
| CMYK | 0.2 | 0 | 0.82 | 0.43 |
| HSL | 74.62º | 0.7% | 0.34% | - |
| HSV(B) | 74.62º | 0.82% | 0.57% | - |
| XYZ | 17.51 | 24.04 | 4.69 | - |
| YUV | 122.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 26 | 0.2 | 0 | 0.82 | 0.43 | 74.62 | 0.7 | 0.34 |
| Hex | 74 | 91 | 1A | 14 | 0 | 52 | 2B | 4B | 46 | 22 |
| Octal | 164 | 221 | 32 | 24 | 0 | 122 | 53 | 113 | 106 | 42 |
| Binary | 1110100 | 10010001 | 11010 | 10100 | 0 | 1010010 | 101011 | 1001011 | 1000110 | 100010 |
Color Harmonies of #74911A
Complementary color
Monochromatic Colors of #74911A
Black with #74911A
Text Example
Text Example
White with #74911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74911A; }
p { color: rgb(116,145,26); }
H1.HeaderClassName
{
color: #74911A;
}
.AnyTagClassName
{
color: #74911A;
}
</style>
background-color css
<style>
a { background-color: #74911A; }
a { background-color: rgb(116,145,26); }
div.DivClassName
{
background-color: #74911A;
}
.BgClassName
{
background-color: #74911A;
}
</style>
border-color css
<style>
span { border-color: #74911A; }
span { border-color: rgb(116,145,26); }
td.TdClassName
{
border-color: #74911A;
}
.TagClassName
{
border-color: #74911A;
}
</style>