Shades of Olive Drab #699605
Tints of Olive Drab #699605
RGB
CMYK
RGB Variations
Color information
#699605 (or 0x699605) is known color: Olive Drab. HEX triplet: 69, 96 and 05. RGB value is (105,150,5). Sum of RGB (Red+Green+Blue) = 105+150+5=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #699605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699605 is #9669FA. Grayscale: #787878. Windows color (decimal): -9857531 or 366185. OLE color: 366185.
HSL color Cylindrical-coordinate representation of color #699605: hue angle of 78.62º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #699605 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 5 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.41 |
| HSL | 78.62º | 0.94% | 0.3% | - |
| HSV(B) | 78.62º | 0.97% | 0.59% | - |
| XYZ | 16.76 | 24.83 | 4.05 | - |
| YUV | 120.02 | 63.09 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 5 | 0.30 | 0 | 0.97 | 0.41 | 78.62 | 0.94 | 0.3 |
| Hex | 69 | 96 | 5 | 1E | 0 | 61 | 29 | 4F | 5E | 1E |
| Octal | 151 | 226 | 5 | 36 | 0 | 141 | 51 | 117 | 136 | 36 |
| Binary | 1101001 | 10010110 | 101 | 11110 | 0 | 1100001 | 101001 | 1001111 | 1011110 | 11110 |
Color Harmonies of #699605
Complementary color
Monochromatic Colors of #699605
Black with #699605
Text Example
Text Example
White with #699605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699605; }
p { color: rgb(105,150,5); }
H1.HeaderClassName
{
color: #699605;
}
.AnyTagClassName
{
color: #699605;
}
</style>
background-color css
<style>
a { background-color: #699605; }
a { background-color: rgb(105,150,5); }
div.DivClassName
{
background-color: #699605;
}
.BgClassName
{
background-color: #699605;
}
</style>
border-color css
<style>
span { border-color: #699605; }
span { border-color: rgb(105,150,5); }
td.TdClassName
{
border-color: #699605;
}
.TagClassName
{
border-color: #699605;
}
</style>