Shades of Olive Drab #6B8D36
Tints of Olive Drab #6B8D36
RGB
CMYK
RGB Variations
Color information
#6B8D36 (or 0x6B8D36) is known color: Olive Drab. HEX triplet: 6B, 8D and 36. RGB value is (107,141,54). Sum of RGB (Red+Green+Blue) = 107+141+54=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8D36 is #9472C9. Grayscale: #797979. Windows color (decimal): -9728714 or 3575147. OLE color: 3575147.
HSL color Cylindrical-coordinate representation of color #6B8D36: hue angle of 83.45º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B8D36 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 141 | 54 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.45 |
| HSL | 83.45º | 0.45% | 0.38% | - |
| HSV(B) | 83.45º | 0.62% | 0.55% | - |
| XYZ | 16.25 | 22.44 | 6.97 | - |
| YUV | 120.92 | 90.24 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 54 | 0.24 | 0 | 0.62 | 0.45 | 83.45 | 0.45 | 0.38 |
| Hex | 6B | 8D | 36 | 18 | 0 | 3E | 2D | 53 | 2D | 26 |
| Octal | 153 | 215 | 66 | 30 | 0 | 76 | 55 | 123 | 55 | 46 |
| Binary | 1101011 | 10001101 | 110110 | 11000 | 0 | 111110 | 101101 | 1010011 | 101101 | 100110 |
Color Harmonies of #6B8D36
Complementary color
Monochromatic Colors of #6B8D36
Black with #6B8D36
Text Example
Text Example
White with #6B8D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8D36; }
p { color: rgb(107,141,54); }
H1.HeaderClassName
{
color: #6B8D36;
}
.AnyTagClassName
{
color: #6B8D36;
}
</style>
background-color css
<style>
a { background-color: #6B8D36; }
a { background-color: rgb(107,141,54); }
div.DivClassName
{
background-color: #6B8D36;
}
.BgClassName
{
background-color: #6B8D36;
}
</style>
border-color css
<style>
span { border-color: #6B8D36; }
span { border-color: rgb(107,141,54); }
td.TdClassName
{
border-color: #6B8D36;
}
.TagClassName
{
border-color: #6B8D36;
}
</style>