Shades of Olive Drab #738E28
Tints of Olive Drab #738E28
RGB
CMYK
RGB Variations
Color information
#738E28 (or 0x738E28) is known color: Olive Drab. HEX triplet: 73, 8E and 28. RGB value is (115,142,40). Sum of RGB (Red+Green+Blue) = 115+142+40=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #738E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738E28 is #8C71D7. Grayscale: #7A7A7A. Windows color (decimal): -9204184 or 2657907. OLE color: 2657907.
HSL color Cylindrical-coordinate representation of color #738E28: hue angle of 75.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #738E28 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 142 | 40 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.44 |
| HSL | 75.88º | 0.56% | 0.36% | - |
| HSV(B) | 75.88º | 0.72% | 0.56% | - |
| XYZ | 17.13 | 23.14 | 5.57 | - |
| YUV | 122.3 | 81.55 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 40 | 0.19 | 0 | 0.72 | 0.44 | 75.88 | 0.56 | 0.36 |
| Hex | 73 | 8E | 28 | 13 | 0 | 48 | 2C | 4C | 38 | 24 |
| Octal | 163 | 216 | 50 | 23 | 0 | 110 | 54 | 114 | 70 | 44 |
| Binary | 1110011 | 10001110 | 101000 | 10011 | 0 | 1001000 | 101100 | 1001100 | 111000 | 100100 |
Color Harmonies of #738E28
Complementary color
Monochromatic Colors of #738E28
Black with #738E28
Text Example
Text Example
White with #738E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738E28; }
p { color: rgb(115,142,40); }
H1.HeaderClassName
{
color: #738E28;
}
.AnyTagClassName
{
color: #738E28;
}
</style>
background-color css
<style>
a { background-color: #738E28; }
a { background-color: rgb(115,142,40); }
div.DivClassName
{
background-color: #738E28;
}
.BgClassName
{
background-color: #738E28;
}
</style>
border-color css
<style>
span { border-color: #738E28; }
span { border-color: rgb(115,142,40); }
td.TdClassName
{
border-color: #738E28;
}
.TagClassName
{
border-color: #738E28;
}
</style>