Shades of Olive Drab #6A9100
Tints of Olive Drab #6A9100
RGB
CMYK
RGB Variations
Color information
#6A9100 (or 0x6A9100) is known color: Olive Drab. HEX triplet: 6A, 91 and 00. RGB value is (106,145,0). Sum of RGB (Red+Green+Blue) = 106+145+0=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #6A9100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9100 is #956EFF. Grayscale: #757575. Windows color (decimal): -9793280 or 37226. OLE color: 37226.
HSL color Cylindrical-coordinate representation of color #6A9100: hue angle of 76.14º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A9100 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 145 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.43 |
| HSL | 76.14º | 1% | 0.28% | - |
| HSV(B) | 76.14º | 1% | 0.57% | - |
| XYZ | 16.07 | 23.31 | 3.65 | - |
| YUV | 116.81 | 62.08 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 145 | 0 | 0.27 | 0 | 1 | 0.43 | 76.14 | 1 | 0.28 |
| Hex | 6A | 91 | 0 | 1B | 0 | 64 | 2B | 4C | 64 | 1C |
| Octal | 152 | 221 | 0 | 33 | 0 | 144 | 53 | 114 | 144 | 34 |
| Binary | 1101010 | 10010001 | 0 | 11011 | 0 | 1100100 | 101011 | 1001100 | 1100100 | 11100 |
Color Harmonies of #6A9100
Complementary color
Monochromatic Colors of #6A9100
Black with #6A9100
Text Example
Text Example
White with #6A9100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9100; }
p { color: rgb(106,145,0); }
H1.HeaderClassName
{
color: #6A9100;
}
.AnyTagClassName
{
color: #6A9100;
}
</style>
background-color css
<style>
a { background-color: #6A9100; }
a { background-color: rgb(106,145,0); }
div.DivClassName
{
background-color: #6A9100;
}
.BgClassName
{
background-color: #6A9100;
}
</style>
border-color css
<style>
span { border-color: #6A9100; }
span { border-color: rgb(106,145,0); }
td.TdClassName
{
border-color: #6A9100;
}
.TagClassName
{
border-color: #6A9100;
}
</style>