Shades of Olive Drab #6B871B
Tints of Olive Drab #6B871B
RGB
CMYK
RGB Variations
Color information
#6B871B (or 0x6B871B) is known color: Olive Drab. HEX triplet: 6B, 87 and 1B. RGB value is (107,135,27). Sum of RGB (Red+Green+Blue) = 107+135+27=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #6B871B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B871B is #9478E4. Grayscale: #727272. Windows color (decimal): -9730277 or 1804139. OLE color: 1804139.
HSL color Cylindrical-coordinate representation of color #6B871B: hue angle of 75.56º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B871B is Cyan = 0.21, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 27 | - |
| CMYK | 0.21 | 0 | 0.8 | 0.47 |
| HSL | 75.56º | 0.67% | 0.32% | - |
| HSV(B) | 75.56º | 0.8% | 0.53% | - |
| XYZ | 14.93 | 20.53 | 4.21 | - |
| YUV | 114.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 27 | 0.21 | 0 | 0.8 | 0.47 | 75.56 | 0.67 | 0.32 |
| Hex | 6B | 87 | 1B | 15 | 0 | 50 | 2F | 4C | 43 | 20 |
| Octal | 153 | 207 | 33 | 25 | 0 | 120 | 57 | 114 | 103 | 40 |
| Binary | 1101011 | 10000111 | 11011 | 10101 | 0 | 1010000 | 101111 | 1001100 | 1000011 | 100000 |
Color Harmonies of #6B871B
Complementary color
Monochromatic Colors of #6B871B
Black with #6B871B
Text Example
Text Example
White with #6B871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B871B; }
p { color: rgb(107,135,27); }
H1.HeaderClassName
{
color: #6B871B;
}
.AnyTagClassName
{
color: #6B871B;
}
</style>
background-color css
<style>
a { background-color: #6B871B; }
a { background-color: rgb(107,135,27); }
div.DivClassName
{
background-color: #6B871B;
}
.BgClassName
{
background-color: #6B871B;
}
</style>
border-color css
<style>
span { border-color: #6B871B; }
span { border-color: rgb(107,135,27); }
td.TdClassName
{
border-color: #6B871B;
}
.TagClassName
{
border-color: #6B871B;
}
</style>