Shades of Olive Drab #6C890B
Tints of Olive Drab #6C890B
RGB
CMYK
RGB Variations
Color information
#6C890B (or 0x6C890B) is known color: Olive Drab. HEX triplet: 6C, 89 and 0B. RGB value is (108,137,11). Sum of RGB (Red+Green+Blue) = 108+137+11=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #6C890B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C890B is #9376F4. Grayscale: #727272. Windows color (decimal): -9664245 or 756076. OLE color: 756076.
HSL color Cylindrical-coordinate representation of color #6C890B: hue angle of 73.81º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C890B is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 137 | 11 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.46 |
| HSL | 73.81º | 0.85% | 0.29% | - |
| HSV(B) | 73.81º | 0.92% | 0.54% | - |
| XYZ | 15.19 | 21.1 | 3.59 | - |
| YUV | 113.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 137 | 11 | 0.21 | 0 | 0.92 | 0.46 | 73.81 | 0.85 | 0.29 |
| Hex | 6C | 89 | B | 15 | 0 | 5C | 2E | 4A | 55 | 1D |
| Octal | 154 | 211 | 13 | 25 | 0 | 134 | 56 | 112 | 125 | 35 |
| Binary | 1101100 | 10001001 | 1011 | 10101 | 0 | 1011100 | 101110 | 1001010 | 1010101 | 11101 |
Color Harmonies of #6C890B
Complementary color
Monochromatic Colors of #6C890B
Black with #6C890B
Text Example
Text Example
White with #6C890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C890B; }
p { color: rgb(108,137,11); }
H1.HeaderClassName
{
color: #6C890B;
}
.AnyTagClassName
{
color: #6C890B;
}
</style>
background-color css
<style>
a { background-color: #6C890B; }
a { background-color: rgb(108,137,11); }
div.DivClassName
{
background-color: #6C890B;
}
.BgClassName
{
background-color: #6C890B;
}
</style>
border-color css
<style>
span { border-color: #6C890B; }
span { border-color: rgb(108,137,11); }
td.TdClassName
{
border-color: #6C890B;
}
.TagClassName
{
border-color: #6C890B;
}
</style>