Shades of Olive Drab #6B8432
Tints of Olive Drab #6B8432
RGB
CMYK
RGB Variations
Color information
#6B8432 (or 0x6B8432) is known color: Olive Drab. HEX triplet: 6B, 84 and 32. RGB value is (107,132,50). Sum of RGB (Red+Green+Blue) = 107+132+50=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #6B8432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8432 is #947BCD. Grayscale: #737373. Windows color (decimal): -9731022 or 3310699. OLE color: 3310699.
HSL color Cylindrical-coordinate representation of color #6B8432: hue angle of 78.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B8432 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 132 | 50 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.48 |
| HSL | 78.29º | 0.45% | 0.36% | - |
| HSV(B) | 78.29º | 0.62% | 0.52% | - |
| XYZ | 14.89 | 19.86 | 6.07 | - |
| YUV | 115.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 50 | 0.19 | 0 | 0.62 | 0.48 | 78.29 | 0.45 | 0.36 |
| Hex | 6B | 84 | 32 | 13 | 0 | 3E | 30 | 4E | 2D | 24 |
| Octal | 153 | 204 | 62 | 23 | 0 | 76 | 60 | 116 | 55 | 44 |
| Binary | 1101011 | 10000100 | 110010 | 10011 | 0 | 111110 | 110000 | 1001110 | 101101 | 100100 |
Color Harmonies of #6B8432
Complementary color
Monochromatic Colors of #6B8432
Black with #6B8432
Text Example
Text Example
White with #6B8432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8432; }
p { color: rgb(107,132,50); }
H1.HeaderClassName
{
color: #6B8432;
}
.AnyTagClassName
{
color: #6B8432;
}
</style>
background-color css
<style>
a { background-color: #6B8432; }
a { background-color: rgb(107,132,50); }
div.DivClassName
{
background-color: #6B8432;
}
.BgClassName
{
background-color: #6B8432;
}
</style>
border-color css
<style>
span { border-color: #6B8432; }
span { border-color: rgb(107,132,50); }
td.TdClassName
{
border-color: #6B8432;
}
.TagClassName
{
border-color: #6B8432;
}
</style>