Shades of Olive Drab #738629
Tints of Olive Drab #738629
RGB
CMYK
RGB Variations
Color information
#738629 (or 0x738629) is known color: Olive Drab. HEX triplet: 73, 86 and 29. RGB value is (115,134,41). Sum of RGB (Red+Green+Blue) = 115+134+41=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #738629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738629 is #8C79D6. Grayscale: #767676. Windows color (decimal): -9206231 or 2721395. OLE color: 2721395.
HSL color Cylindrical-coordinate representation of color #738629: hue angle of 72.26º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #738629 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 134 | 41 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.47 |
| HSL | 72.26º | 0.53% | 0.34% | - |
| HSV(B) | 72.26º | 0.69% | 0.53% | - |
| XYZ | 16 | 20.86 | 5.28 | - |
| YUV | 117.72 | 84.71 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 41 | 0.14 | 0 | 0.69 | 0.47 | 72.26 | 0.53 | 0.34 |
| Hex | 73 | 86 | 29 | E | 0 | 45 | 2F | 48 | 35 | 22 |
| Octal | 163 | 206 | 51 | 16 | 0 | 105 | 57 | 110 | 65 | 42 |
| Binary | 1110011 | 10000110 | 101001 | 1110 | 0 | 1000101 | 101111 | 1001000 | 110101 | 100010 |
Color Harmonies of #738629
Complementary color
Monochromatic Colors of #738629
Black with #738629
Text Example
Text Example
White with #738629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738629; }
p { color: rgb(115,134,41); }
H1.HeaderClassName
{
color: #738629;
}
.AnyTagClassName
{
color: #738629;
}
</style>
background-color css
<style>
a { background-color: #738629; }
a { background-color: rgb(115,134,41); }
div.DivClassName
{
background-color: #738629;
}
.BgClassName
{
background-color: #738629;
}
</style>
border-color css
<style>
span { border-color: #738629; }
span { border-color: rgb(115,134,41); }
td.TdClassName
{
border-color: #738629;
}
.TagClassName
{
border-color: #738629;
}
</style>