Shades of Olive Drab #6B8936
Tints of Olive Drab #6B8936
RGB
CMYK
RGB Variations
Color information
#6B8936 (or 0x6B8936) is known color: Olive Drab. HEX triplet: 6B, 89 and 36. RGB value is (107,137,54). Sum of RGB (Red+Green+Blue) = 107+137+54=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #6B8936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8936 is #9476C9. Grayscale: #767676. Windows color (decimal): -9729738 or 3574123. OLE color: 3574123.
HSL color Cylindrical-coordinate representation of color #6B8936: hue angle of 81.69º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B8936 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 54 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.46 |
| HSL | 81.69º | 0.43% | 0.37% | - |
| HSV(B) | 81.69º | 0.61% | 0.54% | - |
| XYZ | 15.67 | 21.28 | 6.77 | - |
| YUV | 118.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 54 | 0.22 | 0 | 0.61 | 0.46 | 81.69 | 0.43 | 0.37 |
| Hex | 6B | 89 | 36 | 16 | 0 | 3D | 2E | 52 | 2B | 25 |
| Octal | 153 | 211 | 66 | 26 | 0 | 75 | 56 | 122 | 53 | 45 |
| Binary | 1101011 | 10001001 | 110110 | 10110 | 0 | 111101 | 101110 | 1010010 | 101011 | 100101 |
Color Harmonies of #6B8936
Complementary color
Monochromatic Colors of #6B8936
Black with #6B8936
Text Example
Text Example
White with #6B8936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8936; }
p { color: rgb(107,137,54); }
H1.HeaderClassName
{
color: #6B8936;
}
.AnyTagClassName
{
color: #6B8936;
}
</style>
background-color css
<style>
a { background-color: #6B8936; }
a { background-color: rgb(107,137,54); }
div.DivClassName
{
background-color: #6B8936;
}
.BgClassName
{
background-color: #6B8936;
}
</style>
border-color css
<style>
span { border-color: #6B8936; }
span { border-color: rgb(107,137,54); }
td.TdClassName
{
border-color: #6B8936;
}
.TagClassName
{
border-color: #6B8936;
}
</style>