Shades of Olive Drab #698422
Tints of Olive Drab #698422
RGB
CMYK
RGB Variations
Color information
#698422 (or 0x698422) is known color: Olive Drab. HEX triplet: 69, 84 and 22. RGB value is (105,132,34). Sum of RGB (Red+Green+Blue) = 105+132+34=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #698422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698422 is #967BDD. Grayscale: #717171. Windows color (decimal): -9862110 or 2262121. OLE color: 2262121.
HSL color Cylindrical-coordinate representation of color #698422: hue angle of 76.53º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #698422 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 132 | 34 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.48 |
| HSL | 76.53º | 0.59% | 0.33% | - |
| HSV(B) | 76.53º | 0.74% | 0.52% | - |
| XYZ | 14.37 | 19.62 | 4.54 | - |
| YUV | 112.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 132 | 34 | 0.20 | 0 | 0.74 | 0.48 | 76.53 | 0.59 | 0.33 |
| Hex | 69 | 84 | 22 | 14 | 0 | 4A | 30 | 4D | 3B | 21 |
| Octal | 151 | 204 | 42 | 24 | 0 | 112 | 60 | 115 | 73 | 41 |
| Binary | 1101001 | 10000100 | 100010 | 10100 | 0 | 1001010 | 110000 | 1001101 | 111011 | 100001 |
Color Harmonies of #698422
Complementary color
Monochromatic Colors of #698422
Black with #698422
Text Example
Text Example
White with #698422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698422; }
p { color: rgb(105,132,34); }
H1.HeaderClassName
{
color: #698422;
}
.AnyTagClassName
{
color: #698422;
}
</style>
background-color css
<style>
a { background-color: #698422; }
a { background-color: rgb(105,132,34); }
div.DivClassName
{
background-color: #698422;
}
.BgClassName
{
background-color: #698422;
}
</style>
border-color css
<style>
span { border-color: #698422; }
span { border-color: rgb(105,132,34); }
td.TdClassName
{
border-color: #698422;
}
.TagClassName
{
border-color: #698422;
}
</style>