Shades of Olive Drab #738626
Tints of Olive Drab #738626
RGB
CMYK
RGB Variations
Color information
#738626 (or 0x738626) is known color: Olive Drab. HEX triplet: 73, 86 and 26. RGB value is (115,134,38). Sum of RGB (Red+Green+Blue) = 115+134+38=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #738626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738626 is #8C79D9. Grayscale: #757575. Windows color (decimal): -9206234 or 2524787. OLE color: 2524787.
HSL color Cylindrical-coordinate representation of color #738626: hue angle of 71.88º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #738626 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 134 | 38 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.47 |
| HSL | 71.88º | 0.56% | 0.34% | - |
| HSV(B) | 71.88º | 0.72% | 0.53% | - |
| XYZ | 15.95 | 20.83 | 5.01 | - |
| YUV | 117.38 | 83.21 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 38 | 0.14 | 0 | 0.72 | 0.47 | 71.88 | 0.56 | 0.34 |
| Hex | 73 | 86 | 26 | E | 0 | 48 | 2F | 48 | 38 | 22 |
| Octal | 163 | 206 | 46 | 16 | 0 | 110 | 57 | 110 | 70 | 42 |
| Binary | 1110011 | 10000110 | 100110 | 1110 | 0 | 1001000 | 101111 | 1001000 | 111000 | 100010 |
Color Harmonies of #738626
Complementary color
Monochromatic Colors of #738626
Black with #738626
Text Example
Text Example
White with #738626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738626; }
p { color: rgb(115,134,38); }
H1.HeaderClassName
{
color: #738626;
}
.AnyTagClassName
{
color: #738626;
}
</style>
background-color css
<style>
a { background-color: #738626; }
a { background-color: rgb(115,134,38); }
div.DivClassName
{
background-color: #738626;
}
.BgClassName
{
background-color: #738626;
}
</style>
border-color css
<style>
span { border-color: #738626; }
span { border-color: rgb(115,134,38); }
td.TdClassName
{
border-color: #738626;
}
.TagClassName
{
border-color: #738626;
}
</style>