Shades of Olive Drab #6C8819
Tints of Olive Drab #6C8819
RGB
CMYK
RGB Variations
Color information
#6C8819 (or 0x6C8819) is known color: Olive Drab. HEX triplet: 6C, 88 and 19. RGB value is (108,136,25). Sum of RGB (Red+Green+Blue) = 108+136+25=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8819 is #9377E6. Grayscale: #737373. Windows color (decimal): -9664487 or 1673324. OLE color: 1673324.
HSL color Cylindrical-coordinate representation of color #6C8819: hue angle of 75.14º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C8819 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 25 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.47 |
| HSL | 75.14º | 0.69% | 0.32% | - |
| HSV(B) | 75.14º | 0.82% | 0.53% | - |
| XYZ | 15.16 | 20.87 | 4.15 | - |
| YUV | 114.97 | 77.22 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 25 | 0.21 | 0 | 0.82 | 0.47 | 75.14 | 0.69 | 0.32 |
| Hex | 6C | 88 | 19 | 15 | 0 | 52 | 2F | 4B | 45 | 20 |
| Octal | 154 | 210 | 31 | 25 | 0 | 122 | 57 | 113 | 105 | 40 |
| Binary | 1101100 | 10001000 | 11001 | 10101 | 0 | 1010010 | 101111 | 1001011 | 1000101 | 100000 |
Color Harmonies of #6C8819
Complementary color
Monochromatic Colors of #6C8819
Black with #6C8819
Text Example
Text Example
White with #6C8819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8819; }
p { color: rgb(108,136,25); }
H1.HeaderClassName
{
color: #6C8819;
}
.AnyTagClassName
{
color: #6C8819;
}
</style>
background-color css
<style>
a { background-color: #6C8819; }
a { background-color: rgb(108,136,25); }
div.DivClassName
{
background-color: #6C8819;
}
.BgClassName
{
background-color: #6C8819;
}
</style>
border-color css
<style>
span { border-color: #6C8819; }
span { border-color: rgb(108,136,25); }
td.TdClassName
{
border-color: #6C8819;
}
.TagClassName
{
border-color: #6C8819;
}
</style>