Shades of Olive Drab #6B8231
Tints of Olive Drab #6B8231
RGB
CMYK
RGB Variations
Color information
#6B8231 (or 0x6B8231) is known color: Olive Drab. HEX triplet: 6B, 82 and 31. RGB value is (107,130,49). Sum of RGB (Red+Green+Blue) = 107+130+49=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8231 is #947DCE. Grayscale: #727272. Windows color (decimal): -9731535 or 3244651. OLE color: 3244651.
HSL color Cylindrical-coordinate representation of color #6B8231: hue angle of 77.04º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B8231 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 130 | 49 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.49 |
| HSL | 77.04º | 0.45% | 0.35% | - |
| HSV(B) | 77.04º | 0.62% | 0.51% | - |
| XYZ | 14.6 | 19.31 | 5.86 | - |
| YUV | 113.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 130 | 49 | 0.18 | 0 | 0.62 | 0.49 | 77.04 | 0.45 | 0.35 |
| Hex | 6B | 82 | 31 | 12 | 0 | 3E | 31 | 4D | 2D | 23 |
| Octal | 153 | 202 | 61 | 22 | 0 | 76 | 61 | 115 | 55 | 43 |
| Binary | 1101011 | 10000010 | 110001 | 10010 | 0 | 111110 | 110001 | 1001101 | 101101 | 100011 |
Color Harmonies of #6B8231
Complementary color
Monochromatic Colors of #6B8231
Black with #6B8231
Text Example
Text Example
White with #6B8231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8231; }
p { color: rgb(107,130,49); }
H1.HeaderClassName
{
color: #6B8231;
}
.AnyTagClassName
{
color: #6B8231;
}
</style>
background-color css
<style>
a { background-color: #6B8231; }
a { background-color: rgb(107,130,49); }
div.DivClassName
{
background-color: #6B8231;
}
.BgClassName
{
background-color: #6B8231;
}
</style>
border-color css
<style>
span { border-color: #6B8231; }
span { border-color: rgb(107,130,49); }
td.TdClassName
{
border-color: #6B8231;
}
.TagClassName
{
border-color: #6B8231;
}
</style>