Shades of Olive Drab #6A8627
Tints of Olive Drab #6A8627
RGB
CMYK
RGB Variations
Color information
#6A8627 (or 0x6A8627) is known color: Olive Drab. HEX triplet: 6A, 86 and 27. RGB value is (106,134,39). Sum of RGB (Red+Green+Blue) = 106+134+39=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8627 is #9579D8. Grayscale: #737373. Windows color (decimal): -9796057 or 2590314. OLE color: 2590314.
HSL color Cylindrical-coordinate representation of color #6A8627: hue angle of 77.68º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A8627 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 39 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.47 |
| HSL | 77.68º | 0.55% | 0.34% | - |
| HSV(B) | 77.68º | 0.71% | 0.53% | - |
| XYZ | 14.84 | 20.26 | 5.05 | - |
| YUV | 114.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 39 | 0.21 | 0 | 0.71 | 0.47 | 77.68 | 0.55 | 0.34 |
| Hex | 6A | 86 | 27 | 15 | 0 | 47 | 2F | 4E | 37 | 22 |
| Octal | 152 | 206 | 47 | 25 | 0 | 107 | 57 | 116 | 67 | 42 |
| Binary | 1101010 | 10000110 | 100111 | 10101 | 0 | 1000111 | 101111 | 1001110 | 110111 | 100010 |
Color Harmonies of #6A8627
Complementary color
Monochromatic Colors of #6A8627
Black with #6A8627
Text Example
Text Example
White with #6A8627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8627; }
p { color: rgb(106,134,39); }
H1.HeaderClassName
{
color: #6A8627;
}
.AnyTagClassName
{
color: #6A8627;
}
</style>
background-color css
<style>
a { background-color: #6A8627; }
a { background-color: rgb(106,134,39); }
div.DivClassName
{
background-color: #6A8627;
}
.BgClassName
{
background-color: #6A8627;
}
</style>
border-color css
<style>
span { border-color: #6A8627; }
span { border-color: rgb(106,134,39); }
td.TdClassName
{
border-color: #6A8627;
}
.TagClassName
{
border-color: #6A8627;
}
</style>