Shades of Olive Drab #6B9503
Tints of Olive Drab #6B9503
RGB
CMYK
RGB Variations
Color information
#6B9503 (or 0x6B9503) is known color: Olive Drab. HEX triplet: 6B, 95 and 03. RGB value is (107,149,3). Sum of RGB (Red+Green+Blue) = 107+149+3=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #6B9503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9503 is #946AFC. Grayscale: #787878. Windows color (decimal): -9726717 or 234859. OLE color: 234859.
HSL color Cylindrical-coordinate representation of color #6B9503: hue angle of 77.26º 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 #6B9503 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 149 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.42 |
| HSL | 77.26º | 0.96% | 0.3% | - |
| HSV(B) | 77.26º | 0.98% | 0.58% | - |
| XYZ | 16.83 | 24.63 | 3.95 | - |
| YUV | 119.8 | 62.09 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 149 | 3 | 0.28 | 0 | 0.98 | 0.42 | 77.26 | 0.96 | 0.3 |
| Hex | 6B | 95 | 3 | 1C | 0 | 62 | 2A | 4D | 60 | 1E |
| Octal | 153 | 225 | 3 | 34 | 0 | 142 | 52 | 115 | 140 | 36 |
| Binary | 1101011 | 10010101 | 11 | 11100 | 0 | 1100010 | 101010 | 1001101 | 1100000 | 11110 |
Color Harmonies of #6B9503
Complementary color
Monochromatic Colors of #6B9503
Black with #6B9503
Text Example
Text Example
White with #6B9503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9503; }
p { color: rgb(107,149,3); }
H1.HeaderClassName
{
color: #6B9503;
}
.AnyTagClassName
{
color: #6B9503;
}
</style>
background-color css
<style>
a { background-color: #6B9503; }
a { background-color: rgb(107,149,3); }
div.DivClassName
{
background-color: #6B9503;
}
.BgClassName
{
background-color: #6B9503;
}
</style>
border-color css
<style>
span { border-color: #6B9503; }
span { border-color: rgb(107,149,3); }
td.TdClassName
{
border-color: #6B9503;
}
.TagClassName
{
border-color: #6B9503;
}
</style>