Shades of Olive Drab #698732
Tints of Olive Drab #698732
RGB
CMYK
RGB Variations
Color information
#698732 (or 0x698732) is known color: Olive Drab. HEX triplet: 69, 87 and 32. RGB value is (105,135,50). Sum of RGB (Red+Green+Blue) = 105+135+50=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #698732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698732 is #9678CD. Grayscale: #747474. Windows color (decimal): -9861326 or 3311465. OLE color: 3311465.
HSL color Cylindrical-coordinate representation of color #698732: hue angle of 81.18º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #698732 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 135 | 50 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.47 |
| HSL | 81.18º | 0.46% | 0.36% | - |
| HSV(B) | 81.18º | 0.63% | 0.53% | - |
| XYZ | 15.07 | 20.56 | 6.19 | - |
| YUV | 116.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 50 | 0.22 | 0 | 0.63 | 0.47 | 81.18 | 0.46 | 0.36 |
| Hex | 69 | 87 | 32 | 16 | 0 | 3F | 2F | 51 | 2E | 24 |
| Octal | 151 | 207 | 62 | 26 | 0 | 77 | 57 | 121 | 56 | 44 |
| Binary | 1101001 | 10000111 | 110010 | 10110 | 0 | 111111 | 101111 | 1010001 | 101110 | 100100 |
Color Harmonies of #698732
Complementary color
Monochromatic Colors of #698732
Black with #698732
Text Example
Text Example
White with #698732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698732; }
p { color: rgb(105,135,50); }
H1.HeaderClassName
{
color: #698732;
}
.AnyTagClassName
{
color: #698732;
}
</style>
background-color css
<style>
a { background-color: #698732; }
a { background-color: rgb(105,135,50); }
div.DivClassName
{
background-color: #698732;
}
.BgClassName
{
background-color: #698732;
}
</style>
border-color css
<style>
span { border-color: #698732; }
span { border-color: rgb(105,135,50); }
td.TdClassName
{
border-color: #698732;
}
.TagClassName
{
border-color: #698732;
}
</style>