Shades of Olive Drab #749326
Tints of Olive Drab #749326
RGB
CMYK
RGB Variations
Color information
#749326 (or 0x749326) is known color: Olive Drab. HEX triplet: 74, 93 and 26. RGB value is (116,147,38). Sum of RGB (Red+Green+Blue) = 116+147+38=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #749326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749326 is #8B6CD9. Grayscale: #7D7D7D. Windows color (decimal): -9137370 or 2528116. OLE color: 2528116.
HSL color Cylindrical-coordinate representation of color #749326: hue angle of 77.06º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #749326 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 147 | 38 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.42 |
| HSL | 77.06º | 0.59% | 0.36% | - |
| HSV(B) | 77.06º | 0.74% | 0.58% | - |
| XYZ | 17.99 | 24.72 | 5.66 | - |
| YUV | 125.31 | 78.73 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 38 | 0.21 | 0 | 0.74 | 0.42 | 77.06 | 0.59 | 0.36 |
| Hex | 74 | 93 | 26 | 15 | 0 | 4A | 2A | 4D | 3B | 24 |
| Octal | 164 | 223 | 46 | 25 | 0 | 112 | 52 | 115 | 73 | 44 |
| Binary | 1110100 | 10010011 | 100110 | 10101 | 0 | 1001010 | 101010 | 1001101 | 111011 | 100100 |
Color Harmonies of #749326
Complementary color
Monochromatic Colors of #749326
Black with #749326
Text Example
Text Example
White with #749326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749326; }
p { color: rgb(116,147,38); }
H1.HeaderClassName
{
color: #749326;
}
.AnyTagClassName
{
color: #749326;
}
</style>
background-color css
<style>
a { background-color: #749326; }
a { background-color: rgb(116,147,38); }
div.DivClassName
{
background-color: #749326;
}
.BgClassName
{
background-color: #749326;
}
</style>
border-color css
<style>
span { border-color: #749326; }
span { border-color: rgb(116,147,38); }
td.TdClassName
{
border-color: #749326;
}
.TagClassName
{
border-color: #749326;
}
</style>