Shades of Olive Drab #6C881C
Tints of Olive Drab #6C881C
RGB
CMYK
RGB Variations
Color information
#6C881C (or 0x6C881C) is known color: Olive Drab. HEX triplet: 6C, 88 and 1C. RGB value is (108,136,28). Sum of RGB (Red+Green+Blue) = 108+136+28=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #6C881C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C881C is #9377E3. Grayscale: #737373. Windows color (decimal): -9664484 or 1869932. OLE color: 1869932.
HSL color Cylindrical-coordinate representation of color #6C881C: hue angle of 75.56º 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 #6C881C is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 28 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.47 |
| HSL | 75.56º | 0.66% | 0.32% | - |
| HSV(B) | 75.56º | 0.79% | 0.53% | - |
| XYZ | 15.2 | 20.88 | 4.33 | - |
| YUV | 115.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 28 | 0.21 | 0 | 0.79 | 0.47 | 75.56 | 0.66 | 0.32 |
| Hex | 6C | 88 | 1C | 15 | 0 | 4F | 2F | 4C | 42 | 20 |
| Octal | 154 | 210 | 34 | 25 | 0 | 117 | 57 | 114 | 102 | 40 |
| Binary | 1101100 | 10001000 | 11100 | 10101 | 0 | 1001111 | 101111 | 1001100 | 1000010 | 100000 |
Color Harmonies of #6C881C
Complementary color
Monochromatic Colors of #6C881C
Black with #6C881C
Text Example
Text Example
White with #6C881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C881C; }
p { color: rgb(108,136,28); }
H1.HeaderClassName
{
color: #6C881C;
}
.AnyTagClassName
{
color: #6C881C;
}
</style>
background-color css
<style>
a { background-color: #6C881C; }
a { background-color: rgb(108,136,28); }
div.DivClassName
{
background-color: #6C881C;
}
.BgClassName
{
background-color: #6C881C;
}
</style>
border-color css
<style>
span { border-color: #6C881C; }
span { border-color: rgb(108,136,28); }
td.TdClassName
{
border-color: #6C881C;
}
.TagClassName
{
border-color: #6C881C;
}
</style>