Shades of Olive Drab #6A8626
Tints of Olive Drab #6A8626
RGB
CMYK
RGB Variations
Color information
#6A8626 (or 0x6A8626) is known color: Olive Drab. HEX triplet: 6A, 86 and 26. RGB value is (106,134,38). Sum of RGB (Red+Green+Blue) = 106+134+38=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8626 is #9579D9. Grayscale: #737373. Windows color (decimal): -9796058 or 2524778. OLE color: 2524778.
HSL color Cylindrical-coordinate representation of color #6A8626: hue angle of 77.5º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A8626 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 38 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.47 |
| HSL | 77.5º | 0.56% | 0.34% | - |
| HSV(B) | 77.5º | 0.72% | 0.53% | - |
| XYZ | 14.82 | 20.25 | 4.96 | - |
| YUV | 114.68 | 84.72 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 38 | 0.21 | 0 | 0.72 | 0.47 | 77.5 | 0.56 | 0.34 |
| Hex | 6A | 86 | 26 | 15 | 0 | 48 | 2F | 4E | 38 | 22 |
| Octal | 152 | 206 | 46 | 25 | 0 | 110 | 57 | 116 | 70 | 42 |
| Binary | 1101010 | 10000110 | 100110 | 10101 | 0 | 1001000 | 101111 | 1001110 | 111000 | 100010 |
Color Harmonies of #6A8626
Complementary color
Monochromatic Colors of #6A8626
Black with #6A8626
Text Example
Text Example
White with #6A8626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8626; }
p { color: rgb(106,134,38); }
H1.HeaderClassName
{
color: #6A8626;
}
.AnyTagClassName
{
color: #6A8626;
}
</style>
background-color css
<style>
a { background-color: #6A8626; }
a { background-color: rgb(106,134,38); }
div.DivClassName
{
background-color: #6A8626;
}
.BgClassName
{
background-color: #6A8626;
}
</style>
border-color css
<style>
span { border-color: #6A8626; }
span { border-color: rgb(106,134,38); }
td.TdClassName
{
border-color: #6A8626;
}
.TagClassName
{
border-color: #6A8626;
}
</style>