Shades of Olive Drab #6C890A
Tints of Olive Drab #6C890A
RGB
CMYK
RGB Variations
Color information
#6C890A (or 0x6C890A) is known color: Olive Drab. HEX triplet: 6C, 89 and 0A. RGB value is (108,137,10). Sum of RGB (Red+Green+Blue) = 108+137+10=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #6C890A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C890A is #9376F5. Grayscale: #727272. Windows color (decimal): -9664246 or 690540. OLE color: 690540.
HSL color Cylindrical-coordinate representation of color #6C890A: hue angle of 73.7º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C890A is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 137 | 10 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.46 |
| HSL | 73.7º | 0.86% | 0.29% | - |
| HSV(B) | 73.7º | 0.93% | 0.54% | - |
| XYZ | 15.18 | 21.1 | 3.56 | - |
| YUV | 113.85 | 69.39 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 137 | 10 | 0.21 | 0 | 0.93 | 0.46 | 73.7 | 0.86 | 0.29 |
| Hex | 6C | 89 | A | 15 | 0 | 5D | 2E | 4A | 56 | 1D |
| Octal | 154 | 211 | 12 | 25 | 0 | 135 | 56 | 112 | 126 | 35 |
| Binary | 1101100 | 10001001 | 1010 | 10101 | 0 | 1011101 | 101110 | 1001010 | 1010110 | 11101 |
Color Harmonies of #6C890A
Complementary color
Monochromatic Colors of #6C890A
Black with #6C890A
Text Example
Text Example
White with #6C890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C890A; }
p { color: rgb(108,137,10); }
H1.HeaderClassName
{
color: #6C890A;
}
.AnyTagClassName
{
color: #6C890A;
}
</style>
background-color css
<style>
a { background-color: #6C890A; }
a { background-color: rgb(108,137,10); }
div.DivClassName
{
background-color: #6C890A;
}
.BgClassName
{
background-color: #6C890A;
}
</style>
border-color css
<style>
span { border-color: #6C890A; }
span { border-color: rgb(108,137,10); }
td.TdClassName
{
border-color: #6C890A;
}
.TagClassName
{
border-color: #6C890A;
}
</style>