Shades of Olive Drab #749327
Tints of Olive Drab #749327
RGB
CMYK
RGB Variations
Color information
#749327 (or 0x749327) is known color: Olive Drab. HEX triplet: 74, 93 and 27. RGB value is (116,147,39). Sum of RGB (Red+Green+Blue) = 116+147+39=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #749327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749327 is #8B6CD8. Grayscale: #7D7D7D. Windows color (decimal): -9137369 or 2593652. OLE color: 2593652.
HSL color Cylindrical-coordinate representation of color #749327: hue angle of 77.22º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #749327 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 147 | 39 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.42 |
| HSL | 77.22º | 0.58% | 0.36% | - |
| HSV(B) | 77.22º | 0.73% | 0.58% | - |
| XYZ | 18 | 24.73 | 5.74 | - |
| YUV | 125.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 39 | 0.21 | 0 | 0.73 | 0.42 | 77.22 | 0.58 | 0.36 |
| Hex | 74 | 93 | 27 | 15 | 0 | 49 | 2A | 4D | 3A | 24 |
| Octal | 164 | 223 | 47 | 25 | 0 | 111 | 52 | 115 | 72 | 44 |
| Binary | 1110100 | 10010011 | 100111 | 10101 | 0 | 1001001 | 101010 | 1001101 | 111010 | 100100 |
Color Harmonies of #749327
Complementary color
Monochromatic Colors of #749327
Black with #749327
Text Example
Text Example
White with #749327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749327; }
p { color: rgb(116,147,39); }
H1.HeaderClassName
{
color: #749327;
}
.AnyTagClassName
{
color: #749327;
}
</style>
background-color css
<style>
a { background-color: #749327; }
a { background-color: rgb(116,147,39); }
div.DivClassName
{
background-color: #749327;
}
.BgClassName
{
background-color: #749327;
}
</style>
border-color css
<style>
span { border-color: #749327; }
span { border-color: rgb(116,147,39); }
td.TdClassName
{
border-color: #749327;
}
.TagClassName
{
border-color: #749327;
}
</style>