Shades of Olive Drab #6B862B
Tints of Olive Drab #6B862B
RGB
CMYK
RGB Variations
Color information
#6B862B (or 0x6B862B) is known color: Olive Drab. HEX triplet: 6B, 86 and 2B. RGB value is (107,134,43). Sum of RGB (Red+Green+Blue) = 107+134+43=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #6B862B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B862B is #9479D4. Grayscale: #737373. Windows color (decimal): -9730517 or 2852459. OLE color: 2852459.
HSL color Cylindrical-coordinate representation of color #6B862B: hue angle of 77.8º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B862B is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 134 | 43 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.47 |
| HSL | 77.8º | 0.51% | 0.35% | - |
| HSV(B) | 77.8º | 0.68% | 0.53% | - |
| XYZ | 15.02 | 20.35 | 5.42 | - |
| YUV | 115.55 | 87.05 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 43 | 0.20 | 0 | 0.68 | 0.47 | 77.8 | 0.51 | 0.35 |
| Hex | 6B | 86 | 2B | 14 | 0 | 44 | 2F | 4E | 33 | 23 |
| Octal | 153 | 206 | 53 | 24 | 0 | 104 | 57 | 116 | 63 | 43 |
| Binary | 1101011 | 10000110 | 101011 | 10100 | 0 | 1000100 | 101111 | 1001110 | 110011 | 100011 |
Color Harmonies of #6B862B
Complementary color
Monochromatic Colors of #6B862B
Black with #6B862B
Text Example
Text Example
White with #6B862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B862B; }
p { color: rgb(107,134,43); }
H1.HeaderClassName
{
color: #6B862B;
}
.AnyTagClassName
{
color: #6B862B;
}
</style>
background-color css
<style>
a { background-color: #6B862B; }
a { background-color: rgb(107,134,43); }
div.DivClassName
{
background-color: #6B862B;
}
.BgClassName
{
background-color: #6B862B;
}
</style>
border-color css
<style>
span { border-color: #6B862B; }
span { border-color: rgb(107,134,43); }
td.TdClassName
{
border-color: #6B862B;
}
.TagClassName
{
border-color: #6B862B;
}
</style>