Shades of Olive Drab #6B851D
Tints of Olive Drab #6B851D
RGB
CMYK
RGB Variations
Color information
#6B851D (or 0x6B851D) is known color: Olive Drab. HEX triplet: 6B, 85 and 1D. RGB value is (107,133,29). Sum of RGB (Red+Green+Blue) = 107+133+29=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #6B851D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B851D is #947AE2. Grayscale: #717171. Windows color (decimal): -9730787 or 1934699. OLE color: 1934699.
HSL color Cylindrical-coordinate representation of color #6B851D: hue angle of 75º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B851D is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 29 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.48 |
| HSL | 75º | 0.64% | 0.32% | - |
| HSV(B) | 75º | 0.78% | 0.52% | - |
| XYZ | 14.67 | 19.99 | 4.25 | - |
| YUV | 113.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 29 | 0.20 | 0 | 0.78 | 0.48 | 75 | 0.64 | 0.32 |
| Hex | 6B | 85 | 1D | 14 | 0 | 4E | 30 | 4B | 40 | 20 |
| Octal | 153 | 205 | 35 | 24 | 0 | 116 | 60 | 113 | 100 | 40 |
| Binary | 1101011 | 10000101 | 11101 | 10100 | 0 | 1001110 | 110000 | 1001011 | 1000000 | 100000 |
Color Harmonies of #6B851D
Complementary color
Monochromatic Colors of #6B851D
Black with #6B851D
Text Example
Text Example
White with #6B851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B851D; }
p { color: rgb(107,133,29); }
H1.HeaderClassName
{
color: #6B851D;
}
.AnyTagClassName
{
color: #6B851D;
}
</style>
background-color css
<style>
a { background-color: #6B851D; }
a { background-color: rgb(107,133,29); }
div.DivClassName
{
background-color: #6B851D;
}
.BgClassName
{
background-color: #6B851D;
}
</style>
border-color css
<style>
span { border-color: #6B851D; }
span { border-color: rgb(107,133,29); }
td.TdClassName
{
border-color: #6B851D;
}
.TagClassName
{
border-color: #6B851D;
}
</style>