Shades of Olive Drab #6C9010
Tints of Olive Drab #6C9010
RGB
CMYK
RGB Variations
Color information
#6C9010 (or 0x6C9010) is known color: Olive Drab. HEX triplet: 6C, 90 and 10. RGB value is (108,144,16). Sum of RGB (Red+Green+Blue) = 108+144+16=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #6C9010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9010 is #936FEF. Grayscale: #777777. Windows color (decimal): -9662448 or 1085548. OLE color: 1085548.
HSL color Cylindrical-coordinate representation of color #6C9010: hue angle of 76.88º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C9010 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 144 | 16 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.44 |
| HSL | 76.88º | 0.8% | 0.31% | - |
| HSV(B) | 76.88º | 0.89% | 0.56% | - |
| XYZ | 16.25 | 23.17 | 4.11 | - |
| YUV | 118.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 144 | 16 | 0.25 | 0 | 0.89 | 0.44 | 76.88 | 0.8 | 0.31 |
| Hex | 6C | 90 | 10 | 19 | 0 | 59 | 2C | 4D | 50 | 1F |
| Octal | 154 | 220 | 20 | 31 | 0 | 131 | 54 | 115 | 120 | 37 |
| Binary | 1101100 | 10010000 | 10000 | 11001 | 0 | 1011001 | 101100 | 1001101 | 1010000 | 11111 |
Color Harmonies of #6C9010
Complementary color
Monochromatic Colors of #6C9010
Black with #6C9010
Text Example
Text Example
White with #6C9010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9010; }
p { color: rgb(108,144,16); }
H1.HeaderClassName
{
color: #6C9010;
}
.AnyTagClassName
{
color: #6C9010;
}
</style>
background-color css
<style>
a { background-color: #6C9010; }
a { background-color: rgb(108,144,16); }
div.DivClassName
{
background-color: #6C9010;
}
.BgClassName
{
background-color: #6C9010;
}
</style>
border-color css
<style>
span { border-color: #6C9010; }
span { border-color: rgb(108,144,16); }
td.TdClassName
{
border-color: #6C9010;
}
.TagClassName
{
border-color: #6C9010;
}
</style>