Shades of Olive Drab #6B850B
Tints of Olive Drab #6B850B
RGB
CMYK
RGB Variations
Color information
#6B850B (or 0x6B850B) is known color: Olive Drab. HEX triplet: 6B, 85 and 0B. RGB value is (107,133,11). Sum of RGB (Red+Green+Blue) = 107+133+11=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #6B850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B850B is #947AF4. Grayscale: #6F6F6F. Windows color (decimal): -9730805 or 755051. OLE color: 755051.
HSL color Cylindrical-coordinate representation of color #6B850B: hue angle of 72.79º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B850B is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 11 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.48 |
| HSL | 72.79º | 0.85% | 0.28% | - |
| HSV(B) | 72.79º | 0.92% | 0.52% | - |
| XYZ | 14.51 | 19.93 | 3.4 | - |
| YUV | 111.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 11 | 0.20 | 0 | 0.92 | 0.48 | 72.79 | 0.85 | 0.28 |
| Hex | 6B | 85 | B | 14 | 0 | 5C | 30 | 49 | 55 | 1C |
| Octal | 153 | 205 | 13 | 24 | 0 | 134 | 60 | 111 | 125 | 34 |
| Binary | 1101011 | 10000101 | 1011 | 10100 | 0 | 1011100 | 110000 | 1001001 | 1010101 | 11100 |
Color Harmonies of #6B850B
Complementary color
Monochromatic Colors of #6B850B
Black with #6B850B
Text Example
Text Example
White with #6B850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B850B; }
p { color: rgb(107,133,11); }
H1.HeaderClassName
{
color: #6B850B;
}
.AnyTagClassName
{
color: #6B850B;
}
</style>
background-color css
<style>
a { background-color: #6B850B; }
a { background-color: rgb(107,133,11); }
div.DivClassName
{
background-color: #6B850B;
}
.BgClassName
{
background-color: #6B850B;
}
</style>
border-color css
<style>
span { border-color: #6B850B; }
span { border-color: rgb(107,133,11); }
td.TdClassName
{
border-color: #6B850B;
}
.TagClassName
{
border-color: #6B850B;
}
</style>