Shades of Olive Drab #6B880E
Tints of Olive Drab #6B880E
RGB
CMYK
RGB Variations
Color information
#6B880E (or 0x6B880E) is known color: Olive Drab. HEX triplet: 6B, 88 and 0E. RGB value is (107,136,14). Sum of RGB (Red+Green+Blue) = 107+136+14=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #6B880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B880E is #9477F1. Grayscale: #717171. Windows color (decimal): -9730034 or 952427. OLE color: 952427.
HSL color Cylindrical-coordinate representation of color #6B880E: hue angle of 74.26º degrees, saturation: 0.81, 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 #6B880E is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 136 | 14 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.47 |
| HSL | 74.26º | 0.81% | 0.29% | - |
| HSV(B) | 74.26º | 0.9% | 0.53% | - |
| XYZ | 14.95 | 20.77 | 3.64 | - |
| YUV | 113.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 136 | 14 | 0.21 | 0 | 0.90 | 0.47 | 74.26 | 0.81 | 0.29 |
| Hex | 6B | 88 | E | 15 | 0 | 5A | 2F | 4A | 51 | 1D |
| Octal | 153 | 210 | 16 | 25 | 0 | 132 | 57 | 112 | 121 | 35 |
| Binary | 1101011 | 10001000 | 1110 | 10101 | 0 | 1011010 | 101111 | 1001010 | 1010001 | 11101 |
Color Harmonies of #6B880E
Complementary color
Monochromatic Colors of #6B880E
Black with #6B880E
Text Example
Text Example
White with #6B880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B880E; }
p { color: rgb(107,136,14); }
H1.HeaderClassName
{
color: #6B880E;
}
.AnyTagClassName
{
color: #6B880E;
}
</style>
background-color css
<style>
a { background-color: #6B880E; }
a { background-color: rgb(107,136,14); }
div.DivClassName
{
background-color: #6B880E;
}
.BgClassName
{
background-color: #6B880E;
}
</style>
border-color css
<style>
span { border-color: #6B880E; }
span { border-color: rgb(107,136,14); }
td.TdClassName
{
border-color: #6B880E;
}
.TagClassName
{
border-color: #6B880E;
}
</style>