Shades of Olive Drab #6A9006
Tints of Olive Drab #6A9006
RGB
CMYK
RGB Variations
Color information
#6A9006 (or 0x6A9006) is known color: Olive Drab. HEX triplet: 6A, 90 and 06. RGB value is (106,144,6). Sum of RGB (Red+Green+Blue) = 106+144+6=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #6A9006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9006 is #956FF9. Grayscale: #757575. Windows color (decimal): -9793530 or 430186. OLE color: 430186.
HSL color Cylindrical-coordinate representation of color #6A9006: hue angle of 76.52º 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 #6A9006 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 144 | 6 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.44 |
| HSL | 76.52º | 0.92% | 0.29% | - |
| HSV(B) | 76.52º | 0.96% | 0.56% | - |
| XYZ | 15.95 | 23.02 | 3.78 | - |
| YUV | 116.91 | 65.41 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 144 | 6 | 0.26 | 0 | 0.96 | 0.44 | 76.52 | 0.92 | 0.29 |
| Hex | 6A | 90 | 6 | 1A | 0 | 60 | 2C | 4D | 5C | 1D |
| Octal | 152 | 220 | 6 | 32 | 0 | 140 | 54 | 115 | 134 | 35 |
| Binary | 1101010 | 10010000 | 110 | 11010 | 0 | 1100000 | 101100 | 1001101 | 1011100 | 11101 |
Color Harmonies of #6A9006
Complementary color
Monochromatic Colors of #6A9006
Black with #6A9006
Text Example
Text Example
White with #6A9006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9006; }
p { color: rgb(106,144,6); }
H1.HeaderClassName
{
color: #6A9006;
}
.AnyTagClassName
{
color: #6A9006;
}
</style>
background-color css
<style>
a { background-color: #6A9006; }
a { background-color: rgb(106,144,6); }
div.DivClassName
{
background-color: #6A9006;
}
.BgClassName
{
background-color: #6A9006;
}
</style>
border-color css
<style>
span { border-color: #6A9006; }
span { border-color: rgb(106,144,6); }
td.TdClassName
{
border-color: #6A9006;
}
.TagClassName
{
border-color: #6A9006;
}
</style>