Shades of Olive Drab #6B8622
Tints of Olive Drab #6B8622
RGB
CMYK
RGB Variations
Color information
#6B8622 (or 0x6B8622) is known color: Olive Drab. HEX triplet: 6B, 86 and 22. RGB value is (107,134,34). Sum of RGB (Red+Green+Blue) = 107+134+34=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8622 is #9479DD. Grayscale: #727272. Windows color (decimal): -9730526 or 2262635. OLE color: 2262635.
HSL color Cylindrical-coordinate representation of color #6B8622: hue angle of 76.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B8622 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 134 | 34 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.47 |
| HSL | 76.2º | 0.6% | 0.33% | - |
| HSV(B) | 76.2º | 0.75% | 0.53% | - |
| XYZ | 14.88 | 20.29 | 4.65 | - |
| YUV | 114.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 34 | 0.20 | 0 | 0.75 | 0.47 | 76.2 | 0.6 | 0.33 |
| Hex | 6B | 86 | 22 | 14 | 0 | 4B | 2F | 4C | 3C | 21 |
| Octal | 153 | 206 | 42 | 24 | 0 | 113 | 57 | 114 | 74 | 41 |
| Binary | 1101011 | 10000110 | 100010 | 10100 | 0 | 1001011 | 101111 | 1001100 | 111100 | 100001 |
Color Harmonies of #6B8622
Complementary color
Monochromatic Colors of #6B8622
Black with #6B8622
Text Example
Text Example
White with #6B8622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8622; }
p { color: rgb(107,134,34); }
H1.HeaderClassName
{
color: #6B8622;
}
.AnyTagClassName
{
color: #6B8622;
}
</style>
background-color css
<style>
a { background-color: #6B8622; }
a { background-color: rgb(107,134,34); }
div.DivClassName
{
background-color: #6B8622;
}
.BgClassName
{
background-color: #6B8622;
}
</style>
border-color css
<style>
span { border-color: #6B8622; }
span { border-color: rgb(107,134,34); }
td.TdClassName
{
border-color: #6B8622;
}
.TagClassName
{
border-color: #6B8622;
}
</style>