Shades of Olive Drab #6A8620
Tints of Olive Drab #6A8620
RGB
CMYK
RGB Variations
Color information
#6A8620 (or 0x6A8620) is known color: Olive Drab. HEX triplet: 6A, 86 and 20. RGB value is (106,134,32). Sum of RGB (Red+Green+Blue) = 106+134+32=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8620 is #9579DF. Grayscale: #727272. Windows color (decimal): -9796064 or 2131562. OLE color: 2131562.
HSL color Cylindrical-coordinate representation of color #6A8620: hue angle of 76.47º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A8620 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 32 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.47 |
| HSL | 76.47º | 0.61% | 0.33% | - |
| HSV(B) | 76.47º | 0.76% | 0.53% | - |
| XYZ | 14.73 | 20.22 | 4.49 | - |
| YUV | 114 | 81.72 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 32 | 0.21 | 0 | 0.76 | 0.47 | 76.47 | 0.61 | 0.33 |
| Hex | 6A | 86 | 20 | 15 | 0 | 4C | 2F | 4C | 3D | 21 |
| Octal | 152 | 206 | 40 | 25 | 0 | 114 | 57 | 114 | 75 | 41 |
| Binary | 1101010 | 10000110 | 100000 | 10101 | 0 | 1001100 | 101111 | 1001100 | 111101 | 100001 |
Color Harmonies of #6A8620
Complementary color
Monochromatic Colors of #6A8620
Black with #6A8620
Text Example
Text Example
White with #6A8620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8620; }
p { color: rgb(106,134,32); }
H1.HeaderClassName
{
color: #6A8620;
}
.AnyTagClassName
{
color: #6A8620;
}
</style>
background-color css
<style>
a { background-color: #6A8620; }
a { background-color: rgb(106,134,32); }
div.DivClassName
{
background-color: #6A8620;
}
.BgClassName
{
background-color: #6A8620;
}
</style>
border-color css
<style>
span { border-color: #6A8620; }
span { border-color: rgb(106,134,32); }
td.TdClassName
{
border-color: #6A8620;
}
.TagClassName
{
border-color: #6A8620;
}
</style>