Shades of Olive Drab #6B8932
Tints of Olive Drab #6B8932
RGB
CMYK
RGB Variations
Color information
#6B8932 (or 0x6B8932) is known color: Olive Drab. HEX triplet: 6B, 89 and 32. RGB value is (107,137,50). Sum of RGB (Red+Green+Blue) = 107+137+50=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #6B8932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8932 is #9476CD. Grayscale: #767676. Windows color (decimal): -9729742 or 3311979. OLE color: 3311979.
HSL color Cylindrical-coordinate representation of color #6B8932: hue angle of 80.69º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B8932 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 50 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.46 |
| HSL | 80.69º | 0.47% | 0.37% | - |
| HSV(B) | 80.69º | 0.64% | 0.54% | - |
| XYZ | 15.58 | 21.25 | 6.3 | - |
| YUV | 118.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 50 | 0.22 | 0 | 0.64 | 0.46 | 80.69 | 0.47 | 0.37 |
| Hex | 6B | 89 | 32 | 16 | 0 | 40 | 2E | 51 | 2F | 25 |
| Octal | 153 | 211 | 62 | 26 | 0 | 100 | 56 | 121 | 57 | 45 |
| Binary | 1101011 | 10001001 | 110010 | 10110 | 0 | 1000000 | 101110 | 1010001 | 101111 | 100101 |
Color Harmonies of #6B8932
Complementary color
Monochromatic Colors of #6B8932
Black with #6B8932
Text Example
Text Example
White with #6B8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8932; }
p { color: rgb(107,137,50); }
H1.HeaderClassName
{
color: #6B8932;
}
.AnyTagClassName
{
color: #6B8932;
}
</style>
background-color css
<style>
a { background-color: #6B8932; }
a { background-color: rgb(107,137,50); }
div.DivClassName
{
background-color: #6B8932;
}
.BgClassName
{
background-color: #6B8932;
}
</style>
border-color css
<style>
span { border-color: #6B8932; }
span { border-color: rgb(107,137,50); }
td.TdClassName
{
border-color: #6B8932;
}
.TagClassName
{
border-color: #6B8932;
}
</style>