Shades of Olive Drab #697F31
Tints of Olive Drab #697F31
RGB
CMYK
RGB Variations
Color information
#697F31 (or 0x697F31) is known color: Olive Drab. HEX triplet: 69, 7F and 31. RGB value is (105,127,49). Sum of RGB (Red+Green+Blue) = 105+127+49=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 127 - color contains mainly: green. Hex color #697F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697F31 is #9680CE. Grayscale: #6F6F6F. Windows color (decimal): -9863375 or 3243881. OLE color: 3243881.
HSL color Cylindrical-coordinate representation of color #697F31: hue angle of 76.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #697F31 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 127 | 49 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.50 |
| HSL | 76.92º | 0.44% | 0.35% | - |
| HSV(B) | 76.92º | 0.61% | 0.5% | - |
| XYZ | 13.97 | 18.4 | 5.72 | - |
| YUV | 111.53 | 92.71 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 49 | 0.17 | 0 | 0.61 | 0.50 | 76.92 | 0.44 | 0.35 |
| Hex | 69 | 7F | 31 | 11 | 0 | 3D | 32 | 4D | 2C | 23 |
| Octal | 151 | 177 | 61 | 21 | 0 | 75 | 62 | 115 | 54 | 43 |
| Binary | 1101001 | 1111111 | 110001 | 10001 | 0 | 111101 | 110010 | 1001101 | 101100 | 100011 |
Color Harmonies of #697F31
Complementary color
Monochromatic Colors of #697F31
Black with #697F31
Text Example
Text Example
White with #697F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F31; }
p { color: rgb(105,127,49); }
H1.HeaderClassName
{
color: #697F31;
}
.AnyTagClassName
{
color: #697F31;
}
</style>
background-color css
<style>
a { background-color: #697F31; }
a { background-color: rgb(105,127,49); }
div.DivClassName
{
background-color: #697F31;
}
.BgClassName
{
background-color: #697F31;
}
</style>
border-color css
<style>
span { border-color: #697F31; }
span { border-color: rgb(105,127,49); }
td.TdClassName
{
border-color: #697F31;
}
.TagClassName
{
border-color: #697F31;
}
</style>