Shades of Olive Drab #69971E
Tints of Olive Drab #69971E
RGB
CMYK
RGB Variations
Color information
#69971E (or 0x69971E) is known color: Olive Drab. HEX triplet: 69, 97 and 1E. RGB value is (105,151,30). Sum of RGB (Red+Green+Blue) = 105+151+30=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #69971E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69971E is #9668E1. Grayscale: #7B7B7B. Windows color (decimal): -9857250 or 2004841. OLE color: 2004841.
HSL color Cylindrical-coordinate representation of color #69971E: hue angle of 82.81º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69971E is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 151 | 30 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.41 |
| HSL | 82.81º | 0.67% | 0.35% | - |
| HSV(B) | 82.81º | 0.8% | 0.59% | - |
| XYZ | 17.13 | 25.23 | 5.2 | - |
| YUV | 123.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 30 | 0.30 | 0 | 0.80 | 0.41 | 82.81 | 0.67 | 0.35 |
| Hex | 69 | 97 | 1E | 1E | 0 | 50 | 29 | 53 | 43 | 23 |
| Octal | 151 | 227 | 36 | 36 | 0 | 120 | 51 | 123 | 103 | 43 |
| Binary | 1101001 | 10010111 | 11110 | 11110 | 0 | 1010000 | 101001 | 1010011 | 1000011 | 100011 |
Color Harmonies of #69971E
Complementary color
Monochromatic Colors of #69971E
Black with #69971E
Text Example
Text Example
White with #69971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69971E; }
p { color: rgb(105,151,30); }
H1.HeaderClassName
{
color: #69971E;
}
.AnyTagClassName
{
color: #69971E;
}
</style>
background-color css
<style>
a { background-color: #69971E; }
a { background-color: rgb(105,151,30); }
div.DivClassName
{
background-color: #69971E;
}
.BgClassName
{
background-color: #69971E;
}
</style>
border-color css
<style>
span { border-color: #69971E; }
span { border-color: rgb(105,151,30); }
td.TdClassName
{
border-color: #69971E;
}
.TagClassName
{
border-color: #69971E;
}
</style>