Shades of Olive Drab #728430
Tints of Olive Drab #728430
RGB
CMYK
RGB Variations
Color information
#728430 (or 0x728430) is known color: Olive Drab. HEX triplet: 72, 84 and 30. RGB value is (114,132,48). Sum of RGB (Red+Green+Blue) = 114+132+48=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #728430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728430 is #8D7BCF. Grayscale: #757575. Windows color (decimal): -9272272 or 3179634. OLE color: 3179634.
HSL color Cylindrical-coordinate representation of color #728430: hue angle of 72.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #728430 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 132 | 48 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.48 |
| HSL | 72.86º | 0.47% | 0.35% | - |
| HSV(B) | 72.86º | 0.64% | 0.52% | - |
| XYZ | 15.72 | 20.29 | 5.88 | - |
| YUV | 117.04 | 89.04 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 48 | 0.14 | 0 | 0.64 | 0.48 | 72.86 | 0.47 | 0.35 |
| Hex | 72 | 84 | 30 | E | 0 | 40 | 30 | 49 | 2F | 23 |
| Octal | 162 | 204 | 60 | 16 | 0 | 100 | 60 | 111 | 57 | 43 |
| Binary | 1110010 | 10000100 | 110000 | 1110 | 0 | 1000000 | 110000 | 1001001 | 101111 | 100011 |
Color Harmonies of #728430
Complementary color
Monochromatic Colors of #728430
Black with #728430
Text Example
Text Example
White with #728430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728430; }
p { color: rgb(114,132,48); }
H1.HeaderClassName
{
color: #728430;
}
.AnyTagClassName
{
color: #728430;
}
</style>
background-color css
<style>
a { background-color: #728430; }
a { background-color: rgb(114,132,48); }
div.DivClassName
{
background-color: #728430;
}
.BgClassName
{
background-color: #728430;
}
</style>
border-color css
<style>
span { border-color: #728430; }
span { border-color: rgb(114,132,48); }
td.TdClassName
{
border-color: #728430;
}
.TagClassName
{
border-color: #728430;
}
</style>