Shades of Olive Drab #6B8D22
Tints of Olive Drab #6B8D22
RGB
CMYK
RGB Variations
Color information
#6B8D22 (or 0x6B8D22) is known color: Olive Drab. HEX triplet: 6B, 8D and 22. RGB value is (107,141,34). Sum of RGB (Red+Green+Blue) = 107+141+34=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8D22 is #9472DD. Grayscale: #777777. Windows color (decimal): -9728734 or 2264427. OLE color: 2264427.
HSL color Cylindrical-coordinate representation of color #6B8D22: hue angle of 79.07º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B8D22 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 141 | 34 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.45 |
| HSL | 79.07º | 0.61% | 0.34% | - |
| HSV(B) | 79.07º | 0.76% | 0.55% | - |
| XYZ | 15.88 | 22.29 | 4.98 | - |
| YUV | 118.64 | 80.24 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 34 | 0.24 | 0 | 0.76 | 0.45 | 79.07 | 0.61 | 0.34 |
| Hex | 6B | 8D | 22 | 18 | 0 | 4C | 2D | 4F | 3D | 22 |
| Octal | 153 | 215 | 42 | 30 | 0 | 114 | 55 | 117 | 75 | 42 |
| Binary | 1101011 | 10001101 | 100010 | 11000 | 0 | 1001100 | 101101 | 1001111 | 111101 | 100010 |
Color Harmonies of #6B8D22
Complementary color
Monochromatic Colors of #6B8D22
Black with #6B8D22
Text Example
Text Example
White with #6B8D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8D22; }
p { color: rgb(107,141,34); }
H1.HeaderClassName
{
color: #6B8D22;
}
.AnyTagClassName
{
color: #6B8D22;
}
</style>
background-color css
<style>
a { background-color: #6B8D22; }
a { background-color: rgb(107,141,34); }
div.DivClassName
{
background-color: #6B8D22;
}
.BgClassName
{
background-color: #6B8D22;
}
</style>
border-color css
<style>
span { border-color: #6B8D22; }
span { border-color: rgb(107,141,34); }
td.TdClassName
{
border-color: #6B8D22;
}
.TagClassName
{
border-color: #6B8D22;
}
</style>