Shades of Olive Drab #699008
Tints of Olive Drab #699008
RGB
CMYK
RGB Variations
Color information
#699008 (or 0x699008) is known color: Olive Drab. HEX triplet: 69, 90 and 08. RGB value is (105,144,8). Sum of RGB (Red+Green+Blue) = 105+144+8=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #699008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699008 is #966FF7. Grayscale: #757575. Windows color (decimal): -9859064 or 561257. OLE color: 561257.
HSL color Cylindrical-coordinate representation of color #699008: hue angle of 77.21º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #699008 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 144 | 8 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.44 |
| HSL | 77.21º | 0.89% | 0.3% | - |
| HSV(B) | 77.21º | 0.94% | 0.56% | - |
| XYZ | 15.84 | 22.97 | 3.83 | - |
| YUV | 116.84 | 66.58 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 8 | 0.27 | 0 | 0.94 | 0.44 | 77.21 | 0.89 | 0.3 |
| Hex | 69 | 90 | 8 | 1B | 0 | 5E | 2C | 4D | 59 | 1E |
| Octal | 151 | 220 | 10 | 33 | 0 | 136 | 54 | 115 | 131 | 36 |
| Binary | 1101001 | 10010000 | 1000 | 11011 | 0 | 1011110 | 101100 | 1001101 | 1011001 | 11110 |
Color Harmonies of #699008
Complementary color
Monochromatic Colors of #699008
Black with #699008
Text Example
Text Example
White with #699008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699008; }
p { color: rgb(105,144,8); }
H1.HeaderClassName
{
color: #699008;
}
.AnyTagClassName
{
color: #699008;
}
</style>
background-color css
<style>
a { background-color: #699008; }
a { background-color: rgb(105,144,8); }
div.DivClassName
{
background-color: #699008;
}
.BgClassName
{
background-color: #699008;
}
</style>
border-color css
<style>
span { border-color: #699008; }
span { border-color: rgb(105,144,8); }
td.TdClassName
{
border-color: #699008;
}
.TagClassName
{
border-color: #699008;
}
</style>