Shades of Olive Drab #698C22
Tints of Olive Drab #698C22
RGB
CMYK
RGB Variations
Color information
#698C22 (or 0x698C22) is known color: Olive Drab. HEX triplet: 69, 8C and 22. RGB value is (105,140,34). Sum of RGB (Red+Green+Blue) = 105+140+34=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #698C22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698C22 is #9673DD. Grayscale: #757575. Windows color (decimal): -9860062 or 2264169. OLE color: 2264169.
HSL color Cylindrical-coordinate representation of color #698C22: hue angle of 79.81º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #698C22 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 140 | 34 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.45 |
| HSL | 79.81º | 0.61% | 0.34% | - |
| HSV(B) | 79.81º | 0.76% | 0.55% | - |
| XYZ | 15.49 | 21.87 | 4.92 | - |
| YUV | 117.45 | 80.9 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 34 | 0.25 | 0 | 0.76 | 0.45 | 79.81 | 0.61 | 0.34 |
| Hex | 69 | 8C | 22 | 19 | 0 | 4C | 2D | 50 | 3D | 22 |
| Octal | 151 | 214 | 42 | 31 | 0 | 114 | 55 | 120 | 75 | 42 |
| Binary | 1101001 | 10001100 | 100010 | 11001 | 0 | 1001100 | 101101 | 1010000 | 111101 | 100010 |
Color Harmonies of #698C22
Complementary color
Monochromatic Colors of #698C22
Black with #698C22
Text Example
Text Example
White with #698C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C22; }
p { color: rgb(105,140,34); }
H1.HeaderClassName
{
color: #698C22;
}
.AnyTagClassName
{
color: #698C22;
}
</style>
background-color css
<style>
a { background-color: #698C22; }
a { background-color: rgb(105,140,34); }
div.DivClassName
{
background-color: #698C22;
}
.BgClassName
{
background-color: #698C22;
}
</style>
border-color css
<style>
span { border-color: #698C22; }
span { border-color: rgb(105,140,34); }
td.TdClassName
{
border-color: #698C22;
}
.TagClassName
{
border-color: #698C22;
}
</style>