Shades of Olive Drab #6B862D
Tints of Olive Drab #6B862D
RGB
CMYK
RGB Variations
Color information
#6B862D (or 0x6B862D) is known color: Olive Drab. HEX triplet: 6B, 86 and 2D. RGB value is (107,134,45). Sum of RGB (Red+Green+Blue) = 107+134+45=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #6B862D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B862D is #9479D2. Grayscale: #747474. Windows color (decimal): -9730515 or 2983531. OLE color: 2983531.
HSL color Cylindrical-coordinate representation of color #6B862D: hue angle of 78.2º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B862D is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 134 | 45 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.47 |
| HSL | 78.2º | 0.5% | 0.35% | - |
| HSV(B) | 78.2º | 0.66% | 0.53% | - |
| XYZ | 15.06 | 20.37 | 5.62 | - |
| YUV | 115.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 45 | 0.20 | 0 | 0.66 | 0.47 | 78.2 | 0.5 | 0.35 |
| Hex | 6B | 86 | 2D | 14 | 0 | 42 | 2F | 4E | 32 | 23 |
| Octal | 153 | 206 | 55 | 24 | 0 | 102 | 57 | 116 | 62 | 43 |
| Binary | 1101011 | 10000110 | 101101 | 10100 | 0 | 1000010 | 101111 | 1001110 | 110010 | 100011 |
Color Harmonies of #6B862D
Complementary color
Monochromatic Colors of #6B862D
Black with #6B862D
Text Example
Text Example
White with #6B862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B862D; }
p { color: rgb(107,134,45); }
H1.HeaderClassName
{
color: #6B862D;
}
.AnyTagClassName
{
color: #6B862D;
}
</style>
background-color css
<style>
a { background-color: #6B862D; }
a { background-color: rgb(107,134,45); }
div.DivClassName
{
background-color: #6B862D;
}
.BgClassName
{
background-color: #6B862D;
}
</style>
border-color css
<style>
span { border-color: #6B862D; }
span { border-color: rgb(107,134,45); }
td.TdClassName
{
border-color: #6B862D;
}
.TagClassName
{
border-color: #6B862D;
}
</style>