Shades of Olive Drab #728D1C
Tints of Olive Drab #728D1C
RGB
CMYK
RGB Variations
Color information
#728D1C (or 0x728D1C) is known color: Olive Drab. HEX triplet: 72, 8D and 1C. RGB value is (114,141,28). Sum of RGB (Red+Green+Blue) = 114+141+28=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #728D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728D1C is #8D72E3. Grayscale: #787878. Windows color (decimal): -9269988 or 1871218. OLE color: 1871218.
HSL color Cylindrical-coordinate representation of color #728D1C: hue angle of 74.34º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #728D1C is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 28 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.45 |
| HSL | 74.34º | 0.67% | 0.33% | - |
| HSV(B) | 74.34º | 0.8% | 0.55% | - |
| XYZ | 16.67 | 22.71 | 4.6 | - |
| YUV | 120.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 28 | 0.19 | 0 | 0.80 | 0.45 | 74.34 | 0.67 | 0.33 |
| Hex | 72 | 8D | 1C | 13 | 0 | 50 | 2D | 4A | 43 | 21 |
| Octal | 162 | 215 | 34 | 23 | 0 | 120 | 55 | 112 | 103 | 41 |
| Binary | 1110010 | 10001101 | 11100 | 10011 | 0 | 1010000 | 101101 | 1001010 | 1000011 | 100001 |
Color Harmonies of #728D1C
Complementary color
Monochromatic Colors of #728D1C
Black with #728D1C
Text Example
Text Example
White with #728D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D1C; }
p { color: rgb(114,141,28); }
H1.HeaderClassName
{
color: #728D1C;
}
.AnyTagClassName
{
color: #728D1C;
}
</style>
background-color css
<style>
a { background-color: #728D1C; }
a { background-color: rgb(114,141,28); }
div.DivClassName
{
background-color: #728D1C;
}
.BgClassName
{
background-color: #728D1C;
}
</style>
border-color css
<style>
span { border-color: #728D1C; }
span { border-color: rgb(114,141,28); }
td.TdClassName
{
border-color: #728D1C;
}
.TagClassName
{
border-color: #728D1C;
}
</style>