Shades of Olive Drab #698333
Tints of Olive Drab #698333
RGB
CMYK
RGB Variations
Color information
#698333 (or 0x698333) is known color: Olive Drab. HEX triplet: 69, 83 and 33. RGB value is (105,131,51). Sum of RGB (Red+Green+Blue) = 105+131+51=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #698333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698333 is #967CCC. Grayscale: #727272. Windows color (decimal): -9862349 or 3375977. OLE color: 3375977.
HSL color Cylindrical-coordinate representation of color #698333: hue angle of 79.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #698333 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 131 | 51 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.49 |
| HSL | 79.5º | 0.44% | 0.36% | - |
| HSV(B) | 79.5º | 0.61% | 0.51% | - |
| XYZ | 14.54 | 19.47 | 6.12 | - |
| YUV | 114.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 51 | 0.20 | 0 | 0.61 | 0.49 | 79.5 | 0.44 | 0.36 |
| Hex | 69 | 83 | 33 | 14 | 0 | 3D | 31 | 50 | 2C | 24 |
| Octal | 151 | 203 | 63 | 24 | 0 | 75 | 61 | 120 | 54 | 44 |
| Binary | 1101001 | 10000011 | 110011 | 10100 | 0 | 111101 | 110001 | 1010000 | 101100 | 100100 |
Color Harmonies of #698333
Complementary color
Monochromatic Colors of #698333
Black with #698333
Text Example
Text Example
White with #698333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698333; }
p { color: rgb(105,131,51); }
H1.HeaderClassName
{
color: #698333;
}
.AnyTagClassName
{
color: #698333;
}
</style>
background-color css
<style>
a { background-color: #698333; }
a { background-color: rgb(105,131,51); }
div.DivClassName
{
background-color: #698333;
}
.BgClassName
{
background-color: #698333;
}
</style>
border-color css
<style>
span { border-color: #698333; }
span { border-color: rgb(105,131,51); }
td.TdClassName
{
border-color: #698333;
}
.TagClassName
{
border-color: #698333;
}
</style>