Shades of Olive Drab #6C880D
Tints of Olive Drab #6C880D
RGB
CMYK
RGB Variations
Color information
#6C880D (or 0x6C880D) is known color: Olive Drab. HEX triplet: 6C, 88 and 0D. RGB value is (108,136,13). Sum of RGB (Red+Green+Blue) = 108+136+13=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #6C880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C880D is #9377F2. Grayscale: #727272. Windows color (decimal): -9664499 or 886892. OLE color: 886892.
HSL color Cylindrical-coordinate representation of color #6C880D: hue angle of 73.66º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C880D is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 13 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.47 |
| HSL | 73.66º | 0.83% | 0.29% | - |
| HSV(B) | 73.66º | 0.9% | 0.53% | - |
| XYZ | 15.06 | 20.83 | 3.61 | - |
| YUV | 113.61 | 71.22 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 13 | 0.21 | 0 | 0.90 | 0.47 | 73.66 | 0.83 | 0.29 |
| Hex | 6C | 88 | D | 15 | 0 | 5A | 2F | 4A | 53 | 1D |
| Octal | 154 | 210 | 15 | 25 | 0 | 132 | 57 | 112 | 123 | 35 |
| Binary | 1101100 | 10001000 | 1101 | 10101 | 0 | 1011010 | 101111 | 1001010 | 1010011 | 11101 |
Color Harmonies of #6C880D
Complementary color
Monochromatic Colors of #6C880D
Black with #6C880D
Text Example
Text Example
White with #6C880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C880D; }
p { color: rgb(108,136,13); }
H1.HeaderClassName
{
color: #6C880D;
}
.AnyTagClassName
{
color: #6C880D;
}
</style>
background-color css
<style>
a { background-color: #6C880D; }
a { background-color: rgb(108,136,13); }
div.DivClassName
{
background-color: #6C880D;
}
.BgClassName
{
background-color: #6C880D;
}
</style>
border-color css
<style>
span { border-color: #6C880D; }
span { border-color: rgb(108,136,13); }
td.TdClassName
{
border-color: #6C880D;
}
.TagClassName
{
border-color: #6C880D;
}
</style>