Shades of Olive Drab #6B822B
Tints of Olive Drab #6B822B
RGB
CMYK
RGB Variations
Color information
#6B822B (or 0x6B822B) is known color: Olive Drab. HEX triplet: 6B, 82 and 2B. RGB value is (107,130,43). Sum of RGB (Red+Green+Blue) = 107+130+43=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #6B822B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B822B is #947DD4. Grayscale: #717171. Windows color (decimal): -9731541 or 2851435. OLE color: 2851435.
HSL color Cylindrical-coordinate representation of color #6B822B: hue angle of 75.86º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B822B is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 130 | 43 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.49 |
| HSL | 75.86º | 0.5% | 0.34% | - |
| HSV(B) | 75.86º | 0.67% | 0.51% | - |
| XYZ | 14.48 | 19.27 | 5.24 | - |
| YUV | 113.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 130 | 43 | 0.18 | 0 | 0.67 | 0.49 | 75.86 | 0.5 | 0.34 |
| Hex | 6B | 82 | 2B | 12 | 0 | 43 | 31 | 4C | 32 | 22 |
| Octal | 153 | 202 | 53 | 22 | 0 | 103 | 61 | 114 | 62 | 42 |
| Binary | 1101011 | 10000010 | 101011 | 10010 | 0 | 1000011 | 110001 | 1001100 | 110010 | 100010 |
Color Harmonies of #6B822B
Complementary color
Monochromatic Colors of #6B822B
Black with #6B822B
Text Example
Text Example
White with #6B822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B822B; }
p { color: rgb(107,130,43); }
H1.HeaderClassName
{
color: #6B822B;
}
.AnyTagClassName
{
color: #6B822B;
}
</style>
background-color css
<style>
a { background-color: #6B822B; }
a { background-color: rgb(107,130,43); }
div.DivClassName
{
background-color: #6B822B;
}
.BgClassName
{
background-color: #6B822B;
}
</style>
border-color css
<style>
span { border-color: #6B822B; }
span { border-color: rgb(107,130,43); }
td.TdClassName
{
border-color: #6B822B;
}
.TagClassName
{
border-color: #6B822B;
}
</style>