Shades of Olive #6C8000
Tints of Olive #6C8000
RGB
CMYK
RGB Variations
Color information
#6C8000 (or 0x6C8000) is known color: Olive. HEX triplet: 6C, 80 and 00. RGB value is (108,128,0). Sum of RGB (Red+Green+Blue) = 108+128+0=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #6C8000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8000 is #937FFF. Grayscale: #6B6B6B. Windows color (decimal): -9666560 or 32876. OLE color: 32876.
HSL color Cylindrical-coordinate representation of color #6C8000: hue angle of 69.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C8000 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 128 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.50 |
| HSL | 69.38º | 1% | 0.25% | - |
| HSV(B) | 69.38º | 1% | 0.5% | - |
| XYZ | 13.9 | 18.63 | 2.86 | - |
| YUV | 107.43 | 67.37 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 128 | 0 | 0.16 | 0 | 1 | 0.50 | 69.38 | 1 | 0.25 |
| Hex | 6C | 80 | 0 | 10 | 0 | 64 | 32 | 45 | 64 | 19 |
| Octal | 154 | 200 | 0 | 20 | 0 | 144 | 62 | 105 | 144 | 31 |
| Binary | 1101100 | 10000000 | 0 | 10000 | 0 | 1100100 | 110010 | 1000101 | 1100100 | 11001 |
Color Harmonies of #6C8000
Complementary color
Monochromatic Colors of #6C8000
Black with #6C8000
Text Example
Text Example
White with #6C8000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8000; }
p { color: rgb(108,128,0); }
H1.HeaderClassName
{
color: #6C8000;
}
.AnyTagClassName
{
color: #6C8000;
}
</style>
background-color css
<style>
a { background-color: #6C8000; }
a { background-color: rgb(108,128,0); }
div.DivClassName
{
background-color: #6C8000;
}
.BgClassName
{
background-color: #6C8000;
}
</style>
border-color css
<style>
span { border-color: #6C8000; }
span { border-color: rgb(108,128,0); }
td.TdClassName
{
border-color: #6C8000;
}
.TagClassName
{
border-color: #6C8000;
}
</style>