Shades of Olive Drab #728E30
Tints of Olive Drab #728E30
RGB
CMYK
RGB Variations
Color information
#728E30 (or 0x728E30) is known color: Olive Drab. HEX triplet: 72, 8E and 30. RGB value is (114,142,48). Sum of RGB (Red+Green+Blue) = 114+142+48=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #728E30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728E30 is #8D71CF. Grayscale: #7B7B7B. Windows color (decimal): -9269712 or 3182194. OLE color: 3182194.
HSL color Cylindrical-coordinate representation of color #728E30: hue angle of 77.87º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #728E30 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 142 | 48 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.44 |
| HSL | 77.87º | 0.49% | 0.37% | - |
| HSV(B) | 77.87º | 0.66% | 0.56% | - |
| XYZ | 17.15 | 23.14 | 6.36 | - |
| YUV | 122.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 48 | 0.20 | 0 | 0.66 | 0.44 | 77.87 | 0.49 | 0.37 |
| Hex | 72 | 8E | 30 | 14 | 0 | 42 | 2C | 4E | 31 | 25 |
| Octal | 162 | 216 | 60 | 24 | 0 | 102 | 54 | 116 | 61 | 45 |
| Binary | 1110010 | 10001110 | 110000 | 10100 | 0 | 1000010 | 101100 | 1001110 | 110001 | 100101 |
Color Harmonies of #728E30
Complementary color
Monochromatic Colors of #728E30
Black with #728E30
Text Example
Text Example
White with #728E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728E30; }
p { color: rgb(114,142,48); }
H1.HeaderClassName
{
color: #728E30;
}
.AnyTagClassName
{
color: #728E30;
}
</style>
background-color css
<style>
a { background-color: #728E30; }
a { background-color: rgb(114,142,48); }
div.DivClassName
{
background-color: #728E30;
}
.BgClassName
{
background-color: #728E30;
}
</style>
border-color css
<style>
span { border-color: #728E30; }
span { border-color: rgb(114,142,48); }
td.TdClassName
{
border-color: #728E30;
}
.TagClassName
{
border-color: #728E30;
}
</style>