Shades of Olive Drab #6B900D
Tints of Olive Drab #6B900D
RGB
CMYK
RGB Variations
Color information
#6B900D (or 0x6B900D) is known color: Olive Drab. HEX triplet: 6B, 90 and 0D. RGB value is (107,144,13). Sum of RGB (Red+Green+Blue) = 107+144+13=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #6B900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B900D is #946FF2. Grayscale: #767676. Windows color (decimal): -9727987 or 888939. OLE color: 888939.
HSL color Cylindrical-coordinate representation of color #6B900D: hue angle of 76.95º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B900D is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 144 | 13 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.44 |
| HSL | 76.95º | 0.83% | 0.31% | - |
| HSV(B) | 76.95º | 0.91% | 0.56% | - |
| XYZ | 16.11 | 23.1 | 3.99 | - |
| YUV | 118 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 144 | 13 | 0.26 | 0 | 0.91 | 0.44 | 76.95 | 0.83 | 0.31 |
| Hex | 6B | 90 | D | 1A | 0 | 5B | 2C | 4D | 53 | 1F |
| Octal | 153 | 220 | 15 | 32 | 0 | 133 | 54 | 115 | 123 | 37 |
| Binary | 1101011 | 10010000 | 1101 | 11010 | 0 | 1011011 | 101100 | 1001101 | 1010011 | 11111 |
Color Harmonies of #6B900D
Complementary color
Monochromatic Colors of #6B900D
Black with #6B900D
Text Example
Text Example
White with #6B900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B900D; }
p { color: rgb(107,144,13); }
H1.HeaderClassName
{
color: #6B900D;
}
.AnyTagClassName
{
color: #6B900D;
}
</style>
background-color css
<style>
a { background-color: #6B900D; }
a { background-color: rgb(107,144,13); }
div.DivClassName
{
background-color: #6B900D;
}
.BgClassName
{
background-color: #6B900D;
}
</style>
border-color css
<style>
span { border-color: #6B900D; }
span { border-color: rgb(107,144,13); }
td.TdClassName
{
border-color: #6B900D;
}
.TagClassName
{
border-color: #6B900D;
}
</style>