Shades of Olive Drab #6C9503
Tints of Olive Drab #6C9503
RGB
CMYK
RGB Variations
Color information
#6C9503 (or 0x6C9503) is known color: Olive Drab. HEX triplet: 6C, 95 and 03. RGB value is (108,149,3). Sum of RGB (Red+Green+Blue) = 108+149+3=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #6C9503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9503 is #936AFC. Grayscale: #787878. Windows color (decimal): -9661181 or 234860. OLE color: 234860.
HSL color Cylindrical-coordinate representation of color #6C9503: hue angle of 76.85º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C9503 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 149 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.42 |
| HSL | 76.85º | 0.96% | 0.3% | - |
| HSV(B) | 76.85º | 0.98% | 0.58% | - |
| XYZ | 16.95 | 24.69 | 3.96 | - |
| YUV | 120.1 | 61.92 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 149 | 3 | 0.28 | 0 | 0.98 | 0.42 | 76.85 | 0.96 | 0.3 |
| Hex | 6C | 95 | 3 | 1C | 0 | 62 | 2A | 4D | 60 | 1E |
| Octal | 154 | 225 | 3 | 34 | 0 | 142 | 52 | 115 | 140 | 36 |
| Binary | 1101100 | 10010101 | 11 | 11100 | 0 | 1100010 | 101010 | 1001101 | 1100000 | 11110 |
Color Harmonies of #6C9503
Complementary color
Monochromatic Colors of #6C9503
Black with #6C9503
Text Example
Text Example
White with #6C9503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9503; }
p { color: rgb(108,149,3); }
H1.HeaderClassName
{
color: #6C9503;
}
.AnyTagClassName
{
color: #6C9503;
}
</style>
background-color css
<style>
a { background-color: #6C9503; }
a { background-color: rgb(108,149,3); }
div.DivClassName
{
background-color: #6C9503;
}
.BgClassName
{
background-color: #6C9503;
}
</style>
border-color css
<style>
span { border-color: #6C9503; }
span { border-color: rgb(108,149,3); }
td.TdClassName
{
border-color: #6C9503;
}
.TagClassName
{
border-color: #6C9503;
}
</style>