Shades of Olive Drab #738A29
Tints of Olive Drab #738A29
RGB
CMYK
RGB Variations
Color information
#738A29 (or 0x738A29) is known color: Olive Drab. HEX triplet: 73, 8A and 29. RGB value is (115,138,41). Sum of RGB (Red+Green+Blue) = 115+138+41=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #738A29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738A29 is #8C75D6. Grayscale: #787878. Windows color (decimal): -9205207 or 2722419. OLE color: 2722419.
HSL color Cylindrical-coordinate representation of color #738A29: hue angle of 74.23º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #738A29 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 138 | 41 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.46 |
| HSL | 74.23º | 0.54% | 0.35% | - |
| HSV(B) | 74.23º | 0.7% | 0.54% | - |
| XYZ | 16.56 | 21.98 | 5.47 | - |
| YUV | 120.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 41 | 0.17 | 0 | 0.70 | 0.46 | 74.23 | 0.54 | 0.35 |
| Hex | 73 | 8A | 29 | 11 | 0 | 46 | 2E | 4A | 36 | 23 |
| Octal | 163 | 212 | 51 | 21 | 0 | 106 | 56 | 112 | 66 | 43 |
| Binary | 1110011 | 10001010 | 101001 | 10001 | 0 | 1000110 | 101110 | 1001010 | 110110 | 100011 |
Color Harmonies of #738A29
Complementary color
Monochromatic Colors of #738A29
Black with #738A29
Text Example
Text Example
White with #738A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A29; }
p { color: rgb(115,138,41); }
H1.HeaderClassName
{
color: #738A29;
}
.AnyTagClassName
{
color: #738A29;
}
</style>
background-color css
<style>
a { background-color: #738A29; }
a { background-color: rgb(115,138,41); }
div.DivClassName
{
background-color: #738A29;
}
.BgClassName
{
background-color: #738A29;
}
</style>
border-color css
<style>
span { border-color: #738A29; }
span { border-color: rgb(115,138,41); }
td.TdClassName
{
border-color: #738A29;
}
.TagClassName
{
border-color: #738A29;
}
</style>