Shades of Olive Drab #698728
Tints of Olive Drab #698728
RGB
CMYK
RGB Variations
Color information
#698728 (or 0x698728) is known color: Olive Drab. HEX triplet: 69, 87 and 28. RGB value is (105,135,40). Sum of RGB (Red+Green+Blue) = 105+135+40=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #698728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698728 is #9678D7. Grayscale: #737373. Windows color (decimal): -9861336 or 2656105. OLE color: 2656105.
HSL color Cylindrical-coordinate representation of color #698728: hue angle of 78.95º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #698728 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 135 | 40 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.47 |
| HSL | 78.95º | 0.54% | 0.34% | - |
| HSV(B) | 78.95º | 0.7% | 0.53% | - |
| XYZ | 14.87 | 20.48 | 5.18 | - |
| YUV | 115.2 | 85.56 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 40 | 0.22 | 0 | 0.70 | 0.47 | 78.95 | 0.54 | 0.34 |
| Hex | 69 | 87 | 28 | 16 | 0 | 46 | 2F | 4F | 36 | 22 |
| Octal | 151 | 207 | 50 | 26 | 0 | 106 | 57 | 117 | 66 | 42 |
| Binary | 1101001 | 10000111 | 101000 | 10110 | 0 | 1000110 | 101111 | 1001111 | 110110 | 100010 |
Color Harmonies of #698728
Complementary color
Monochromatic Colors of #698728
Black with #698728
Text Example
Text Example
White with #698728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698728; }
p { color: rgb(105,135,40); }
H1.HeaderClassName
{
color: #698728;
}
.AnyTagClassName
{
color: #698728;
}
</style>
background-color css
<style>
a { background-color: #698728; }
a { background-color: rgb(105,135,40); }
div.DivClassName
{
background-color: #698728;
}
.BgClassName
{
background-color: #698728;
}
</style>
border-color css
<style>
span { border-color: #698728; }
span { border-color: rgb(105,135,40); }
td.TdClassName
{
border-color: #698728;
}
.TagClassName
{
border-color: #698728;
}
</style>