Shades of Olive Drab #6A8832
Tints of Olive Drab #6A8832
RGB
CMYK
RGB Variations
Color information
#6A8832 (or 0x6A8832) is known color: Olive Drab. HEX triplet: 6A, 88 and 32. RGB value is (106,136,50). Sum of RGB (Red+Green+Blue) = 106+136+50=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8832 is #9577CD. Grayscale: #757575. Windows color (decimal): -9795534 or 3311722. OLE color: 3311722.
HSL color Cylindrical-coordinate representation of color #6A8832: hue angle of 80.93º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A8832 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 50 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.47 |
| HSL | 80.93º | 0.46% | 0.36% | - |
| HSV(B) | 80.93º | 0.63% | 0.53% | - |
| XYZ | 15.32 | 20.9 | 6.24 | - |
| YUV | 117.23 | 90.06 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 50 | 0.22 | 0 | 0.63 | 0.47 | 80.93 | 0.46 | 0.36 |
| Hex | 6A | 88 | 32 | 16 | 0 | 3F | 2F | 51 | 2E | 24 |
| Octal | 152 | 210 | 62 | 26 | 0 | 77 | 57 | 121 | 56 | 44 |
| Binary | 1101010 | 10001000 | 110010 | 10110 | 0 | 111111 | 101111 | 1010001 | 101110 | 100100 |
Color Harmonies of #6A8832
Complementary color
Monochromatic Colors of #6A8832
Black with #6A8832
Text Example
Text Example
White with #6A8832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8832; }
p { color: rgb(106,136,50); }
H1.HeaderClassName
{
color: #6A8832;
}
.AnyTagClassName
{
color: #6A8832;
}
</style>
background-color css
<style>
a { background-color: #6A8832; }
a { background-color: rgb(106,136,50); }
div.DivClassName
{
background-color: #6A8832;
}
.BgClassName
{
background-color: #6A8832;
}
</style>
border-color css
<style>
span { border-color: #6A8832; }
span { border-color: rgb(106,136,50); }
td.TdClassName
{
border-color: #6A8832;
}
.TagClassName
{
border-color: #6A8832;
}
</style>