Shades of Olive Drab #6C8F08
Tints of Olive Drab #6C8F08
RGB
CMYK
RGB Variations
Color information
#6C8F08 (or 0x6C8F08) is known color: Olive Drab. HEX triplet: 6C, 8F and 08. RGB value is (108,143,8). Sum of RGB (Red+Green+Blue) = 108+143+8=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 143 (56.25% from 255 or 55.21% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 143 - color contains mainly: green. Hex color #6C8F08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8F08 is #9370F7. Grayscale: #757575. Windows color (decimal): -9662712 or 561004. OLE color: 561004.
HSL color Cylindrical-coordinate representation of color #6C8F08: hue angle of 75.56º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C8F08 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 143 | 8 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.44 |
| HSL | 75.56º | 0.89% | 0.3% | - |
| HSV(B) | 75.56º | 0.94% | 0.56% | - |
| XYZ | 16.05 | 22.85 | 3.79 | - |
| YUV | 117.15 | 66.4 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 143 | 8 | 0.24 | 0 | 0.94 | 0.44 | 75.56 | 0.89 | 0.3 |
| Hex | 6C | 8F | 8 | 18 | 0 | 5E | 2C | 4C | 59 | 1E |
| Octal | 154 | 217 | 10 | 30 | 0 | 136 | 54 | 114 | 131 | 36 |
| Binary | 1101100 | 10001111 | 1000 | 11000 | 0 | 1011110 | 101100 | 1001100 | 1011001 | 11110 |
Color Harmonies of #6C8F08
Complementary color
Monochromatic Colors of #6C8F08
Black with #6C8F08
Text Example
Text Example
White with #6C8F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8F08; }
p { color: rgb(108,143,8); }
H1.HeaderClassName
{
color: #6C8F08;
}
.AnyTagClassName
{
color: #6C8F08;
}
</style>
background-color css
<style>
a { background-color: #6C8F08; }
a { background-color: rgb(108,143,8); }
div.DivClassName
{
background-color: #6C8F08;
}
.BgClassName
{
background-color: #6C8F08;
}
</style>
border-color css
<style>
span { border-color: #6C8F08; }
span { border-color: rgb(108,143,8); }
td.TdClassName
{
border-color: #6C8F08;
}
.TagClassName
{
border-color: #6C8F08;
}
</style>