Shades of Olive Drab #699006
Tints of Olive Drab #699006
RGB
CMYK
RGB Variations
Color information
#699006 (or 0x699006) is known color: Olive Drab. HEX triplet: 69, 90 and 06. RGB value is (105,144,6). Sum of RGB (Red+Green+Blue) = 105+144+6=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #699006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699006 is #966FF9. Grayscale: #757575. Windows color (decimal): -9859066 or 430185. OLE color: 430185.
HSL color Cylindrical-coordinate representation of color #699006: hue angle of 76.96º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #699006 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 144 | 6 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.44 |
| HSL | 76.96º | 0.92% | 0.29% | - |
| HSV(B) | 76.96º | 0.96% | 0.56% | - |
| XYZ | 15.83 | 22.96 | 3.77 | - |
| YUV | 116.61 | 65.58 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 6 | 0.27 | 0 | 0.96 | 0.44 | 76.96 | 0.92 | 0.29 |
| Hex | 69 | 90 | 6 | 1B | 0 | 60 | 2C | 4D | 5C | 1D |
| Octal | 151 | 220 | 6 | 33 | 0 | 140 | 54 | 115 | 134 | 35 |
| Binary | 1101001 | 10010000 | 110 | 11011 | 0 | 1100000 | 101100 | 1001101 | 1011100 | 11101 |
Color Harmonies of #699006
Complementary color
Monochromatic Colors of #699006
Black with #699006
Text Example
Text Example
White with #699006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699006; }
p { color: rgb(105,144,6); }
H1.HeaderClassName
{
color: #699006;
}
.AnyTagClassName
{
color: #699006;
}
</style>
background-color css
<style>
a { background-color: #699006; }
a { background-color: rgb(105,144,6); }
div.DivClassName
{
background-color: #699006;
}
.BgClassName
{
background-color: #699006;
}
</style>
border-color css
<style>
span { border-color: #699006; }
span { border-color: rgb(105,144,6); }
td.TdClassName
{
border-color: #699006;
}
.TagClassName
{
border-color: #699006;
}
</style>