Shades of Olive Drab #6B8D18
Tints of Olive Drab #6B8D18
RGB
CMYK
RGB Variations
Color information
#6B8D18 (or 0x6B8D18) is known color: Olive Drab. HEX triplet: 6B, 8D and 18. RGB value is (107,141,24). Sum of RGB (Red+Green+Blue) = 107+141+24=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8D18 is #9472E7. Grayscale: #757575. Windows color (decimal): -9728744 or 1609067. OLE color: 1609067.
HSL color Cylindrical-coordinate representation of color #6B8D18: hue angle of 77.44º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B8D18 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 141 | 24 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.45 |
| HSL | 77.44º | 0.71% | 0.32% | - |
| HSV(B) | 77.44º | 0.83% | 0.55% | - |
| XYZ | 15.75 | 22.24 | 4.33 | - |
| YUV | 117.5 | 75.24 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 24 | 0.24 | 0 | 0.83 | 0.45 | 77.44 | 0.71 | 0.32 |
| Hex | 6B | 8D | 18 | 18 | 0 | 53 | 2D | 4D | 47 | 20 |
| Octal | 153 | 215 | 30 | 30 | 0 | 123 | 55 | 115 | 107 | 40 |
| Binary | 1101011 | 10001101 | 11000 | 11000 | 0 | 1010011 | 101101 | 1001101 | 1000111 | 100000 |
Color Harmonies of #6B8D18
Complementary color
Monochromatic Colors of #6B8D18
Black with #6B8D18
Text Example
Text Example
White with #6B8D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8D18; }
p { color: rgb(107,141,24); }
H1.HeaderClassName
{
color: #6B8D18;
}
.AnyTagClassName
{
color: #6B8D18;
}
</style>
background-color css
<style>
a { background-color: #6B8D18; }
a { background-color: rgb(107,141,24); }
div.DivClassName
{
background-color: #6B8D18;
}
.BgClassName
{
background-color: #6B8D18;
}
</style>
border-color css
<style>
span { border-color: #6B8D18; }
span { border-color: rgb(107,141,24); }
td.TdClassName
{
border-color: #6B8D18;
}
.TagClassName
{
border-color: #6B8D18;
}
</style>