Shades of Olive Drab #6B9721
Tints of Olive Drab #6B9721
RGB
CMYK
RGB Variations
Color information
#6B9721 (or 0x6B9721) is known color: Olive Drab. HEX triplet: 6B, 97 and 21. RGB value is (107,151,33). Sum of RGB (Red+Green+Blue) = 107+151+33=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #6B9721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9721 is #9468DE. Grayscale: #7C7C7C. Windows color (decimal): -9726175 or 2201451. OLE color: 2201451.
HSL color Cylindrical-coordinate representation of color #6B9721: hue angle of 82.37º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B9721 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 33 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.41 |
| HSL | 82.37º | 0.64% | 0.36% | - |
| HSV(B) | 82.37º | 0.78% | 0.59% | - |
| XYZ | 17.4 | 25.37 | 5.42 | - |
| YUV | 124.39 | 76.42 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 33 | 0.29 | 0 | 0.78 | 0.41 | 82.37 | 0.64 | 0.36 |
| Hex | 6B | 97 | 21 | 1D | 0 | 4E | 29 | 52 | 40 | 24 |
| Octal | 153 | 227 | 41 | 35 | 0 | 116 | 51 | 122 | 100 | 44 |
| Binary | 1101011 | 10010111 | 100001 | 11101 | 0 | 1001110 | 101001 | 1010010 | 1000000 | 100100 |
Color Harmonies of #6B9721
Complementary color
Monochromatic Colors of #6B9721
Black with #6B9721
Text Example
Text Example
White with #6B9721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9721; }
p { color: rgb(107,151,33); }
H1.HeaderClassName
{
color: #6B9721;
}
.AnyTagClassName
{
color: #6B9721;
}
</style>
background-color css
<style>
a { background-color: #6B9721; }
a { background-color: rgb(107,151,33); }
div.DivClassName
{
background-color: #6B9721;
}
.BgClassName
{
background-color: #6B9721;
}
</style>
border-color css
<style>
span { border-color: #6B9721; }
span { border-color: rgb(107,151,33); }
td.TdClassName
{
border-color: #6B9721;
}
.TagClassName
{
border-color: #6B9721;
}
</style>