Shades of Olive Drab #699506
Tints of Olive Drab #699506
RGB
CMYK
RGB Variations
Color information
#699506 (or 0x699506) is known color: Olive Drab. HEX triplet: 69, 95 and 06. RGB value is (105,149,6). Sum of RGB (Red+Green+Blue) = 105+149+6=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #699506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699506 is #966AF9. Grayscale: #787878. Windows color (decimal): -9857786 or 431465. OLE color: 431465.
HSL color Cylindrical-coordinate representation of color #699506: hue angle of 78.46º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #699506 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 6 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.42 |
| HSL | 78.46º | 0.92% | 0.3% | - |
| HSV(B) | 78.46º | 0.96% | 0.58% | - |
| XYZ | 16.61 | 24.51 | 4.03 | - |
| YUV | 119.54 | 63.92 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 6 | 0.30 | 0 | 0.96 | 0.42 | 78.46 | 0.92 | 0.3 |
| Hex | 69 | 95 | 6 | 1E | 0 | 60 | 2A | 4E | 5C | 1E |
| Octal | 151 | 225 | 6 | 36 | 0 | 140 | 52 | 116 | 134 | 36 |
| Binary | 1101001 | 10010101 | 110 | 11110 | 0 | 1100000 | 101010 | 1001110 | 1011100 | 11110 |
Color Harmonies of #699506
Complementary color
Monochromatic Colors of #699506
Black with #699506
Text Example
Text Example
White with #699506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699506; }
p { color: rgb(105,149,6); }
H1.HeaderClassName
{
color: #699506;
}
.AnyTagClassName
{
color: #699506;
}
</style>
background-color css
<style>
a { background-color: #699506; }
a { background-color: rgb(105,149,6); }
div.DivClassName
{
background-color: #699506;
}
.BgClassName
{
background-color: #699506;
}
</style>
border-color css
<style>
span { border-color: #699506; }
span { border-color: rgb(105,149,6); }
td.TdClassName
{
border-color: #699506;
}
.TagClassName
{
border-color: #699506;
}
</style>