Shades of Olive Drab #749316
Tints of Olive Drab #749316
RGB
CMYK
RGB Variations
Color information
#749316 (or 0x749316) is known color: Olive Drab. HEX triplet: 74, 93 and 16. RGB value is (116,147,22). Sum of RGB (Red+Green+Blue) = 116+147+22=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #749316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749316 is #8B6CE9. Grayscale: #7B7B7B. Windows color (decimal): -9137386 or 1479540. OLE color: 1479540.
HSL color Cylindrical-coordinate representation of color #749316: hue angle of 74.88º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #749316 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 147 | 22 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.42 |
| HSL | 74.88º | 0.74% | 0.33% | - |
| HSV(B) | 74.88º | 0.85% | 0.58% | - |
| XYZ | 17.78 | 24.64 | 4.58 | - |
| YUV | 123.48 | 70.73 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 22 | 0.21 | 0 | 0.85 | 0.42 | 74.88 | 0.74 | 0.33 |
| Hex | 74 | 93 | 16 | 15 | 0 | 55 | 2A | 4B | 4A | 21 |
| Octal | 164 | 223 | 26 | 25 | 0 | 125 | 52 | 113 | 112 | 41 |
| Binary | 1110100 | 10010011 | 10110 | 10101 | 0 | 1010101 | 101010 | 1001011 | 1001010 | 100001 |
Color Harmonies of #749316
Complementary color
Monochromatic Colors of #749316
Black with #749316
Text Example
Text Example
White with #749316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749316; }
p { color: rgb(116,147,22); }
H1.HeaderClassName
{
color: #749316;
}
.AnyTagClassName
{
color: #749316;
}
</style>
background-color css
<style>
a { background-color: #749316; }
a { background-color: rgb(116,147,22); }
div.DivClassName
{
background-color: #749316;
}
.BgClassName
{
background-color: #749316;
}
</style>
border-color css
<style>
span { border-color: #749316; }
span { border-color: rgb(116,147,22); }
td.TdClassName
{
border-color: #749316;
}
.TagClassName
{
border-color: #749316;
}
</style>