Shades of Olive Drab #698334
Tints of Olive Drab #698334
RGB
CMYK
RGB Variations
Color information
#698334 (or 0x698334) is known color: Olive Drab. HEX triplet: 69, 83 and 34. RGB value is (105,131,52). Sum of RGB (Red+Green+Blue) = 105+131+52=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #698334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698334 is #967CCB. Grayscale: #727272. Windows color (decimal): -9862348 or 3441513. OLE color: 3441513.
HSL color Cylindrical-coordinate representation of color #698334: hue angle of 79.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #698334 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 131 | 52 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.49 |
| HSL | 79.75º | 0.43% | 0.36% | - |
| HSV(B) | 79.75º | 0.6% | 0.51% | - |
| XYZ | 14.56 | 19.48 | 6.24 | - |
| YUV | 114.22 | 92.89 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 52 | 0.20 | 0 | 0.60 | 0.49 | 79.75 | 0.43 | 0.36 |
| Hex | 69 | 83 | 34 | 14 | 0 | 3C | 31 | 50 | 2B | 24 |
| Octal | 151 | 203 | 64 | 24 | 0 | 74 | 61 | 120 | 53 | 44 |
| Binary | 1101001 | 10000011 | 110100 | 10100 | 0 | 111100 | 110001 | 1010000 | 101011 | 100100 |
Color Harmonies of #698334
Complementary color
Monochromatic Colors of #698334
Black with #698334
Text Example
Text Example
White with #698334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698334; }
p { color: rgb(105,131,52); }
H1.HeaderClassName
{
color: #698334;
}
.AnyTagClassName
{
color: #698334;
}
</style>
background-color css
<style>
a { background-color: #698334; }
a { background-color: rgb(105,131,52); }
div.DivClassName
{
background-color: #698334;
}
.BgClassName
{
background-color: #698334;
}
</style>
border-color css
<style>
span { border-color: #698334; }
span { border-color: rgb(105,131,52); }
td.TdClassName
{
border-color: #698334;
}
.TagClassName
{
border-color: #698334;
}
</style>