Shades of Olive Drab #728A38
Tints of Olive Drab #728A38
RGB
CMYK
RGB Variations
Color information
#728A38 (or 0x728A38) is known color: Olive Drab. HEX triplet: 72, 8A and 38. RGB value is (114,138,56). Sum of RGB (Red+Green+Blue) = 114+138+56=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #728A38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728A38 is #8D75C7. Grayscale: #797979. Windows color (decimal): -9270728 or 3705458. OLE color: 3705458.
HSL color Cylindrical-coordinate representation of color #728A38: hue angle of 77.56º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #728A38 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 138 | 56 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.46 |
| HSL | 77.56º | 0.42% | 0.38% | - |
| HSV(B) | 77.56º | 0.59% | 0.54% | - |
| XYZ | 16.74 | 22.04 | 7.11 | - |
| YUV | 121.48 | 91.05 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 56 | 0.17 | 0 | 0.59 | 0.46 | 77.56 | 0.42 | 0.38 |
| Hex | 72 | 8A | 38 | 11 | 0 | 3B | 2E | 4E | 2A | 26 |
| Octal | 162 | 212 | 70 | 21 | 0 | 73 | 56 | 116 | 52 | 46 |
| Binary | 1110010 | 10001010 | 111000 | 10001 | 0 | 111011 | 101110 | 1001110 | 101010 | 100110 |
Color Harmonies of #728A38
Complementary color
Monochromatic Colors of #728A38
Black with #728A38
Text Example
Text Example
White with #728A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728A38; }
p { color: rgb(114,138,56); }
H1.HeaderClassName
{
color: #728A38;
}
.AnyTagClassName
{
color: #728A38;
}
</style>
background-color css
<style>
a { background-color: #728A38; }
a { background-color: rgb(114,138,56); }
div.DivClassName
{
background-color: #728A38;
}
.BgClassName
{
background-color: #728A38;
}
</style>
border-color css
<style>
span { border-color: #728A38; }
span { border-color: rgb(114,138,56); }
td.TdClassName
{
border-color: #728A38;
}
.TagClassName
{
border-color: #728A38;
}
</style>