Shades of Olive Drab #698933
Tints of Olive Drab #698933
RGB
CMYK
RGB Variations
Color information
#698933 (or 0x698933) is known color: Olive Drab. HEX triplet: 69, 89 and 33. RGB value is (105,137,51). Sum of RGB (Red+Green+Blue) = 105+137+51=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #698933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698933 is #9676CC. Grayscale: #757575. Windows color (decimal): -9860813 or 3377513. OLE color: 3377513.
HSL color Cylindrical-coordinate representation of color #698933: hue angle of 82.33º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #698933 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 137 | 51 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.46 |
| HSL | 82.33º | 0.46% | 0.37% | - |
| HSV(B) | 82.33º | 0.63% | 0.54% | - |
| XYZ | 15.37 | 21.13 | 6.4 | - |
| YUV | 117.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 51 | 0.23 | 0 | 0.63 | 0.46 | 82.33 | 0.46 | 0.37 |
| Hex | 69 | 89 | 33 | 17 | 0 | 3F | 2E | 52 | 2E | 25 |
| Octal | 151 | 211 | 63 | 27 | 0 | 77 | 56 | 122 | 56 | 45 |
| Binary | 1101001 | 10001001 | 110011 | 10111 | 0 | 111111 | 101110 | 1010010 | 101110 | 100101 |
Color Harmonies of #698933
Complementary color
Monochromatic Colors of #698933
Black with #698933
Text Example
Text Example
White with #698933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698933; }
p { color: rgb(105,137,51); }
H1.HeaderClassName
{
color: #698933;
}
.AnyTagClassName
{
color: #698933;
}
</style>
background-color css
<style>
a { background-color: #698933; }
a { background-color: rgb(105,137,51); }
div.DivClassName
{
background-color: #698933;
}
.BgClassName
{
background-color: #698933;
}
</style>
border-color css
<style>
span { border-color: #698933; }
span { border-color: rgb(105,137,51); }
td.TdClassName
{
border-color: #698933;
}
.TagClassName
{
border-color: #698933;
}
</style>