Shades of Olive Drab #6D900B
Tints of Olive Drab #6D900B
RGB
CMYK
RGB Variations
Color information
#6D900B (or 0x6D900B) is known color: Olive Drab. HEX triplet: 6D, 90 and 0B. RGB value is (109,144,11). Sum of RGB (Red+Green+Blue) = 109+144+11=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #6D900B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D900B is #926FF4. Grayscale: #767676. Windows color (decimal): -9596917 or 757869. OLE color: 757869.
HSL color Cylindrical-coordinate representation of color #6D900B: hue angle of 75.79º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D900B is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 144 | 11 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.44 |
| HSL | 75.79º | 0.86% | 0.3% | - |
| HSV(B) | 75.79º | 0.92% | 0.56% | - |
| XYZ | 16.34 | 23.22 | 3.94 | - |
| YUV | 118.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 11 | 0.24 | 0 | 0.92 | 0.44 | 75.79 | 0.86 | 0.3 |
| Hex | 6D | 90 | B | 18 | 0 | 5C | 2C | 4C | 56 | 1E |
| Octal | 155 | 220 | 13 | 30 | 0 | 134 | 54 | 114 | 126 | 36 |
| Binary | 1101101 | 10010000 | 1011 | 11000 | 0 | 1011100 | 101100 | 1001100 | 1010110 | 11110 |
Color Harmonies of #6D900B
Complementary color
Monochromatic Colors of #6D900B
Black with #6D900B
Text Example
Text Example
White with #6D900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D900B; }
p { color: rgb(109,144,11); }
H1.HeaderClassName
{
color: #6D900B;
}
.AnyTagClassName
{
color: #6D900B;
}
</style>
background-color css
<style>
a { background-color: #6D900B; }
a { background-color: rgb(109,144,11); }
div.DivClassName
{
background-color: #6D900B;
}
.BgClassName
{
background-color: #6D900B;
}
</style>
border-color css
<style>
span { border-color: #6D900B; }
span { border-color: rgb(109,144,11); }
td.TdClassName
{
border-color: #6D900B;
}
.TagClassName
{
border-color: #6D900B;
}
</style>