Shades of Olive Drab #6A8818
Tints of Olive Drab #6A8818
RGB
CMYK
RGB Variations
Color information
#6A8818 (or 0x6A8818) is known color: Olive Drab. HEX triplet: 6A, 88 and 18. RGB value is (106,136,24). Sum of RGB (Red+Green+Blue) = 106+136+24=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8818 is #9577E7. Grayscale: #727272. Windows color (decimal): -9795560 or 1607786. OLE color: 1607786.
HSL color Cylindrical-coordinate representation of color #6A8818: hue angle of 76.07º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A8818 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 24 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.47 |
| HSL | 76.07º | 0.7% | 0.31% | - |
| HSV(B) | 76.07º | 0.82% | 0.53% | - |
| XYZ | 14.91 | 20.74 | 4.08 | - |
| YUV | 114.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 24 | 0.22 | 0 | 0.82 | 0.47 | 76.07 | 0.7 | 0.31 |
| Hex | 6A | 88 | 18 | 16 | 0 | 52 | 2F | 4C | 46 | 1F |
| Octal | 152 | 210 | 30 | 26 | 0 | 122 | 57 | 114 | 106 | 37 |
| Binary | 1101010 | 10001000 | 11000 | 10110 | 0 | 1010010 | 101111 | 1001100 | 1000110 | 11111 |
Color Harmonies of #6A8818
Complementary color
Monochromatic Colors of #6A8818
Black with #6A8818
Text Example
Text Example
White with #6A8818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8818; }
p { color: rgb(106,136,24); }
H1.HeaderClassName
{
color: #6A8818;
}
.AnyTagClassName
{
color: #6A8818;
}
</style>
background-color css
<style>
a { background-color: #6A8818; }
a { background-color: rgb(106,136,24); }
div.DivClassName
{
background-color: #6A8818;
}
.BgClassName
{
background-color: #6A8818;
}
</style>
border-color css
<style>
span { border-color: #6A8818; }
span { border-color: rgb(106,136,24); }
td.TdClassName
{
border-color: #6A8818;
}
.TagClassName
{
border-color: #6A8818;
}
</style>