Shades of Olive Drab #6B851B
Tints of Olive Drab #6B851B
RGB
CMYK
RGB Variations
Color information
#6B851B (or 0x6B851B) is known color: Olive Drab. HEX triplet: 6B, 85 and 1B. RGB value is (107,133,27). Sum of RGB (Red+Green+Blue) = 107+133+27=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #6B851B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B851B is #947AE4. Grayscale: #717171. Windows color (decimal): -9730789 or 1803627. OLE color: 1803627.
HSL color Cylindrical-coordinate representation of color #6B851B: hue angle of 74.72º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B851B is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 27 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.48 |
| HSL | 74.72º | 0.66% | 0.31% | - |
| HSV(B) | 74.72º | 0.8% | 0.52% | - |
| XYZ | 14.65 | 19.98 | 4.12 | - |
| YUV | 113.14 | 79.39 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 27 | 0.20 | 0 | 0.80 | 0.48 | 74.72 | 0.66 | 0.31 |
| Hex | 6B | 85 | 1B | 14 | 0 | 50 | 30 | 4B | 42 | 1F |
| Octal | 153 | 205 | 33 | 24 | 0 | 120 | 60 | 113 | 102 | 37 |
| Binary | 1101011 | 10000101 | 11011 | 10100 | 0 | 1010000 | 110000 | 1001011 | 1000010 | 11111 |
Color Harmonies of #6B851B
Complementary color
Monochromatic Colors of #6B851B
Black with #6B851B
Text Example
Text Example
White with #6B851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B851B; }
p { color: rgb(107,133,27); }
H1.HeaderClassName
{
color: #6B851B;
}
.AnyTagClassName
{
color: #6B851B;
}
</style>
background-color css
<style>
a { background-color: #6B851B; }
a { background-color: rgb(107,133,27); }
div.DivClassName
{
background-color: #6B851B;
}
.BgClassName
{
background-color: #6B851B;
}
</style>
border-color css
<style>
span { border-color: #6B851B; }
span { border-color: rgb(107,133,27); }
td.TdClassName
{
border-color: #6B851B;
}
.TagClassName
{
border-color: #6B851B;
}
</style>