Shades of Olive Drab #74971B
Tints of Olive Drab #74971B
RGB
CMYK
RGB Variations
Color information
#74971B (or 0x74971B) is known color: Olive Drab. HEX triplet: 74, 97 and 1B. RGB value is (116,151,27). Sum of RGB (Red+Green+Blue) = 116+151+27=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #74971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74971B is #8B68E4. Grayscale: #7E7E7E. Windows color (decimal): -9136357 or 1808244. OLE color: 1808244.
HSL color Cylindrical-coordinate representation of color #74971B: hue angle of 76.94º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74971B is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 151 | 27 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.41 |
| HSL | 76.94º | 0.7% | 0.35% | - |
| HSV(B) | 76.94º | 0.82% | 0.59% | - |
| XYZ | 18.47 | 25.93 | 5.07 | - |
| YUV | 126.4 | 71.9 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 27 | 0.23 | 0 | 0.82 | 0.41 | 76.94 | 0.7 | 0.35 |
| Hex | 74 | 97 | 1B | 17 | 0 | 52 | 29 | 4D | 46 | 23 |
| Octal | 164 | 227 | 33 | 27 | 0 | 122 | 51 | 115 | 106 | 43 |
| Binary | 1110100 | 10010111 | 11011 | 10111 | 0 | 1010010 | 101001 | 1001101 | 1000110 | 100011 |
Color Harmonies of #74971B
Complementary color
Monochromatic Colors of #74971B
Black with #74971B
Text Example
Text Example
White with #74971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74971B; }
p { color: rgb(116,151,27); }
H1.HeaderClassName
{
color: #74971B;
}
.AnyTagClassName
{
color: #74971B;
}
</style>
background-color css
<style>
a { background-color: #74971B; }
a { background-color: rgb(116,151,27); }
div.DivClassName
{
background-color: #74971B;
}
.BgClassName
{
background-color: #74971B;
}
</style>
border-color css
<style>
span { border-color: #74971B; }
span { border-color: rgb(116,151,27); }
td.TdClassName
{
border-color: #74971B;
}
.TagClassName
{
border-color: #74971B;
}
</style>