Shades of Olive Drab #6A892E
Tints of Olive Drab #6A892E
RGB
CMYK
RGB Variations
Color information
#6A892E (or 0x6A892E) is known color: Olive Drab. HEX triplet: 6A, 89 and 2E. RGB value is (106,137,46). Sum of RGB (Red+Green+Blue) = 106+137+46=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #6A892E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A892E is #9576D1. Grayscale: #757575. Windows color (decimal): -9795282 or 3049834. OLE color: 3049834.
HSL color Cylindrical-coordinate representation of color #6A892E: hue angle of 80.44º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A892E is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 137 | 46 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.46 |
| HSL | 80.44º | 0.5% | 0.36% | - |
| HSV(B) | 80.44º | 0.66% | 0.54% | - |
| XYZ | 15.38 | 21.15 | 5.86 | - |
| YUV | 117.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 137 | 46 | 0.23 | 0 | 0.66 | 0.46 | 80.44 | 0.5 | 0.36 |
| Hex | 6A | 89 | 2E | 17 | 0 | 42 | 2E | 50 | 32 | 24 |
| Octal | 152 | 211 | 56 | 27 | 0 | 102 | 56 | 120 | 62 | 44 |
| Binary | 1101010 | 10001001 | 101110 | 10111 | 0 | 1000010 | 101110 | 1010000 | 110010 | 100100 |
Color Harmonies of #6A892E
Complementary color
Monochromatic Colors of #6A892E
Black with #6A892E
Text Example
Text Example
White with #6A892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A892E; }
p { color: rgb(106,137,46); }
H1.HeaderClassName
{
color: #6A892E;
}
.AnyTagClassName
{
color: #6A892E;
}
</style>
background-color css
<style>
a { background-color: #6A892E; }
a { background-color: rgb(106,137,46); }
div.DivClassName
{
background-color: #6A892E;
}
.BgClassName
{
background-color: #6A892E;
}
</style>
border-color css
<style>
span { border-color: #6A892E; }
span { border-color: rgb(106,137,46); }
td.TdClassName
{
border-color: #6A892E;
}
.TagClassName
{
border-color: #6A892E;
}
</style>