Shades of Olive Drab #6A880E
Tints of Olive Drab #6A880E
RGB
CMYK
RGB Variations
Color information
#6A880E (or 0x6A880E) is known color: Olive Drab. HEX triplet: 6A, 88 and 0E. RGB value is (106,136,14). Sum of RGB (Red+Green+Blue) = 106+136+14=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #6A880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A880E is #9577F1. Grayscale: #717171. Windows color (decimal): -9795570 or 952426. OLE color: 952426.
HSL color Cylindrical-coordinate representation of color #6A880E: hue angle of 74.75º 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 #6A880E is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 14 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.47 |
| HSL | 74.75º | 0.81% | 0.29% | - |
| HSV(B) | 74.75º | 0.9% | 0.53% | - |
| XYZ | 14.83 | 20.7 | 3.63 | - |
| YUV | 113.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 14 | 0.22 | 0 | 0.90 | 0.47 | 74.75 | 0.81 | 0.29 |
| Hex | 6A | 88 | E | 16 | 0 | 5A | 2F | 4B | 51 | 1D |
| Octal | 152 | 210 | 16 | 26 | 0 | 132 | 57 | 113 | 121 | 35 |
| Binary | 1101010 | 10001000 | 1110 | 10110 | 0 | 1011010 | 101111 | 1001011 | 1010001 | 11101 |
Color Harmonies of #6A880E
Complementary color
Monochromatic Colors of #6A880E
Black with #6A880E
Text Example
Text Example
White with #6A880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A880E; }
p { color: rgb(106,136,14); }
H1.HeaderClassName
{
color: #6A880E;
}
.AnyTagClassName
{
color: #6A880E;
}
</style>
background-color css
<style>
a { background-color: #6A880E; }
a { background-color: rgb(106,136,14); }
div.DivClassName
{
background-color: #6A880E;
}
.BgClassName
{
background-color: #6A880E;
}
</style>
border-color css
<style>
span { border-color: #6A880E; }
span { border-color: rgb(106,136,14); }
td.TdClassName
{
border-color: #6A880E;
}
.TagClassName
{
border-color: #6A880E;
}
</style>