Shades of Olive Drab #6B881C
Tints of Olive Drab #6B881C
RGB
CMYK
RGB Variations
Color information
#6B881C (or 0x6B881C) is known color: Olive Drab. HEX triplet: 6B, 88 and 1C. RGB value is (107,136,28). Sum of RGB (Red+Green+Blue) = 107+136+28=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #6B881C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B881C is #9477E3. Grayscale: #737373. Windows color (decimal): -9730020 or 1869931. OLE color: 1869931.
HSL color Cylindrical-coordinate representation of color #6B881C: hue angle of 76.11º 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 #6B881C is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 136 | 28 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.47 |
| HSL | 76.11º | 0.66% | 0.32% | - |
| HSV(B) | 76.11º | 0.79% | 0.53% | - |
| XYZ | 15.08 | 20.82 | 4.32 | - |
| YUV | 115.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 136 | 28 | 0.21 | 0 | 0.79 | 0.47 | 76.11 | 0.66 | 0.32 |
| Hex | 6B | 88 | 1C | 15 | 0 | 4F | 2F | 4C | 42 | 20 |
| Octal | 153 | 210 | 34 | 25 | 0 | 117 | 57 | 114 | 102 | 40 |
| Binary | 1101011 | 10001000 | 11100 | 10101 | 0 | 1001111 | 101111 | 1001100 | 1000010 | 100000 |
Color Harmonies of #6B881C
Complementary color
Monochromatic Colors of #6B881C
Black with #6B881C
Text Example
Text Example
White with #6B881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B881C; }
p { color: rgb(107,136,28); }
H1.HeaderClassName
{
color: #6B881C;
}
.AnyTagClassName
{
color: #6B881C;
}
</style>
background-color css
<style>
a { background-color: #6B881C; }
a { background-color: rgb(107,136,28); }
div.DivClassName
{
background-color: #6B881C;
}
.BgClassName
{
background-color: #6B881C;
}
</style>
border-color css
<style>
span { border-color: #6B881C; }
span { border-color: rgb(107,136,28); }
td.TdClassName
{
border-color: #6B881C;
}
.TagClassName
{
border-color: #6B881C;
}
</style>