Shades of Olive Drab #6B892B
Tints of Olive Drab #6B892B
RGB
CMYK
RGB Variations
Color information
#6B892B (or 0x6B892B) is known color: Olive Drab. HEX triplet: 6B, 89 and 2B. RGB value is (107,137,43). Sum of RGB (Red+Green+Blue) = 107+137+43=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #6B892B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B892B is #9476D4. Grayscale: #757575. Windows color (decimal): -9729749 or 2853227. OLE color: 2853227.
HSL color Cylindrical-coordinate representation of color #6B892B: hue angle of 79.15º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B892B is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 43 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.46 |
| HSL | 79.15º | 0.52% | 0.35% | - |
| HSV(B) | 79.15º | 0.69% | 0.54% | - |
| XYZ | 15.45 | 21.19 | 5.56 | - |
| YUV | 117.31 | 86.06 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 43 | 0.22 | 0 | 0.69 | 0.46 | 79.15 | 0.52 | 0.35 |
| Hex | 6B | 89 | 2B | 16 | 0 | 45 | 2E | 4F | 34 | 23 |
| Octal | 153 | 211 | 53 | 26 | 0 | 105 | 56 | 117 | 64 | 43 |
| Binary | 1101011 | 10001001 | 101011 | 10110 | 0 | 1000101 | 101110 | 1001111 | 110100 | 100011 |
Color Harmonies of #6B892B
Complementary color
Monochromatic Colors of #6B892B
Black with #6B892B
Text Example
Text Example
White with #6B892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B892B; }
p { color: rgb(107,137,43); }
H1.HeaderClassName
{
color: #6B892B;
}
.AnyTagClassName
{
color: #6B892B;
}
</style>
background-color css
<style>
a { background-color: #6B892B; }
a { background-color: rgb(107,137,43); }
div.DivClassName
{
background-color: #6B892B;
}
.BgClassName
{
background-color: #6B892B;
}
</style>
border-color css
<style>
span { border-color: #6B892B; }
span { border-color: rgb(107,137,43); }
td.TdClassName
{
border-color: #6B892B;
}
.TagClassName
{
border-color: #6B892B;
}
</style>