Shades of Olive Drab #6B871C
Tints of Olive Drab #6B871C
RGB
CMYK
RGB Variations
Color information
#6B871C (or 0x6B871C) is known color: Olive Drab. HEX triplet: 6B, 87 and 1C. RGB value is (107,135,28). Sum of RGB (Red+Green+Blue) = 107+135+28=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #6B871C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B871C is #9478E3. Grayscale: #727272. Windows color (decimal): -9730276 or 1869675. OLE color: 1869675.
HSL color Cylindrical-coordinate representation of color #6B871C: hue angle of 75.7º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B871C is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 28 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.47 |
| HSL | 75.7º | 0.66% | 0.32% | - |
| HSV(B) | 75.7º | 0.79% | 0.53% | - |
| XYZ | 14.94 | 20.54 | 4.28 | - |
| YUV | 114.43 | 79.22 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 28 | 0.21 | 0 | 0.79 | 0.47 | 75.7 | 0.66 | 0.32 |
| Hex | 6B | 87 | 1C | 15 | 0 | 4F | 2F | 4C | 42 | 20 |
| Octal | 153 | 207 | 34 | 25 | 0 | 117 | 57 | 114 | 102 | 40 |
| Binary | 1101011 | 10000111 | 11100 | 10101 | 0 | 1001111 | 101111 | 1001100 | 1000010 | 100000 |
Color Harmonies of #6B871C
Complementary color
Monochromatic Colors of #6B871C
Black with #6B871C
Text Example
Text Example
White with #6B871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B871C; }
p { color: rgb(107,135,28); }
H1.HeaderClassName
{
color: #6B871C;
}
.AnyTagClassName
{
color: #6B871C;
}
</style>
background-color css
<style>
a { background-color: #6B871C; }
a { background-color: rgb(107,135,28); }
div.DivClassName
{
background-color: #6B871C;
}
.BgClassName
{
background-color: #6B871C;
}
</style>
border-color css
<style>
span { border-color: #6B871C; }
span { border-color: rgb(107,135,28); }
td.TdClassName
{
border-color: #6B871C;
}
.TagClassName
{
border-color: #6B871C;
}
</style>