Shades of Olive Drab #6C8030
Tints of Olive Drab #6C8030
RGB
CMYK
RGB Variations
Color information
#6C8030 (or 0x6C8030) is known color: Olive Drab. HEX triplet: 6C, 80 and 30. RGB value is (108,128,48). Sum of RGB (Red+Green+Blue) = 108+128+48=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #6C8030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8030 is #937FCF. Grayscale: #717171. Windows color (decimal): -9666512 or 3178604. OLE color: 3178604.
HSL color Cylindrical-coordinate representation of color #6C8030: hue angle of 75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C8030 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 128 | 48 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.50 |
| HSL | 75º | 0.45% | 0.35% | - |
| HSV(B) | 75º | 0.63% | 0.5% | - |
| XYZ | 14.44 | 18.84 | 5.67 | - |
| YUV | 112.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 128 | 48 | 0.16 | 0 | 0.62 | 0.50 | 75 | 0.45 | 0.35 |
| Hex | 6C | 80 | 30 | 10 | 0 | 3E | 32 | 4B | 2D | 23 |
| Octal | 154 | 200 | 60 | 20 | 0 | 76 | 62 | 113 | 55 | 43 |
| Binary | 1101100 | 10000000 | 110000 | 10000 | 0 | 111110 | 110010 | 1001011 | 101101 | 100011 |
Color Harmonies of #6C8030
Complementary color
Monochromatic Colors of #6C8030
Black with #6C8030
Text Example
Text Example
White with #6C8030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8030; }
p { color: rgb(108,128,48); }
H1.HeaderClassName
{
color: #6C8030;
}
.AnyTagClassName
{
color: #6C8030;
}
</style>
background-color css
<style>
a { background-color: #6C8030; }
a { background-color: rgb(108,128,48); }
div.DivClassName
{
background-color: #6C8030;
}
.BgClassName
{
background-color: #6C8030;
}
</style>
border-color css
<style>
span { border-color: #6C8030; }
span { border-color: rgb(108,128,48); }
td.TdClassName
{
border-color: #6C8030;
}
.TagClassName
{
border-color: #6C8030;
}
</style>