Shades of Olive Drab #697F22
Tints of Olive Drab #697F22
RGB
CMYK
RGB Variations
Color information
#697F22 (or 0x697F22) is known color: Olive Drab. HEX triplet: 69, 7F and 22. RGB value is (105,127,34). Sum of RGB (Red+Green+Blue) = 105+127+34=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #697F22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697F22 is #9680DD. Grayscale: #6E6E6E. Windows color (decimal): -9863390 or 2260841. OLE color: 2260841.
HSL color Cylindrical-coordinate representation of color #697F22: hue angle of 74.19º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #697F22 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 127 | 34 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.50 |
| HSL | 74.19º | 0.58% | 0.32% | - |
| HSV(B) | 74.19º | 0.73% | 0.5% | - |
| XYZ | 13.7 | 18.3 | 4.32 | - |
| YUV | 109.82 | 85.21 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 34 | 0.17 | 0 | 0.73 | 0.50 | 74.19 | 0.58 | 0.32 |
| Hex | 69 | 7F | 22 | 11 | 0 | 49 | 32 | 4A | 3A | 20 |
| Octal | 151 | 177 | 42 | 21 | 0 | 111 | 62 | 112 | 72 | 40 |
| Binary | 1101001 | 1111111 | 100010 | 10001 | 0 | 1001001 | 110010 | 1001010 | 111010 | 100000 |
Color Harmonies of #697F22
Complementary color
Monochromatic Colors of #697F22
Black with #697F22
Text Example
Text Example
White with #697F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F22; }
p { color: rgb(105,127,34); }
H1.HeaderClassName
{
color: #697F22;
}
.AnyTagClassName
{
color: #697F22;
}
</style>
background-color css
<style>
a { background-color: #697F22; }
a { background-color: rgb(105,127,34); }
div.DivClassName
{
background-color: #697F22;
}
.BgClassName
{
background-color: #697F22;
}
</style>
border-color css
<style>
span { border-color: #697F22; }
span { border-color: rgb(105,127,34); }
td.TdClassName
{
border-color: #697F22;
}
.TagClassName
{
border-color: #697F22;
}
</style>