Shades of Olive #6C7600
Tints of Olive #6C7600
RGB
CMYK
RGB Variations
Color information
#6C7600 (or 0x6C7600) is known color: Olive. HEX triplet: 6C, 76 and 00. RGB value is (108,118,0). Sum of RGB (Red+Green+Blue) = 108+118+0=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7600 is #9389FF. Grayscale: #666666. Windows color (decimal): -9669120 or 30316. OLE color: 30316.
HSL color Cylindrical-coordinate representation of color #6C7600: hue angle of 65.08º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C7600 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 118 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.54 |
| HSL | 65.08º | 1% | 0.23% | - |
| HSV(B) | 65.08º | 1% | 0.46% | - |
| XYZ | 12.66 | 16.15 | 2.45 | - |
| YUV | 101.56 | 70.69 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 0 | 0.08 | 0 | 1 | 0.54 | 65.08 | 1 | 0.23 |
| Hex | 6C | 76 | 0 | 8 | 0 | 64 | 36 | 41 | 64 | 17 |
| Octal | 154 | 166 | 0 | 10 | 0 | 144 | 66 | 101 | 144 | 27 |
| Binary | 1101100 | 1110110 | 0 | 1000 | 0 | 1100100 | 110110 | 1000001 | 1100100 | 10111 |
Color Harmonies of #6C7600
Complementary color
Monochromatic Colors of #6C7600
Black with #6C7600
Text Example
Text Example
White with #6C7600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7600; }
p { color: rgb(108,118,0); }
H1.HeaderClassName
{
color: #6C7600;
}
.AnyTagClassName
{
color: #6C7600;
}
</style>
background-color css
<style>
a { background-color: #6C7600; }
a { background-color: rgb(108,118,0); }
div.DivClassName
{
background-color: #6C7600;
}
.BgClassName
{
background-color: #6C7600;
}
</style>
border-color css
<style>
span { border-color: #6C7600; }
span { border-color: rgb(108,118,0); }
td.TdClassName
{
border-color: #6C7600;
}
.TagClassName
{
border-color: #6C7600;
}
</style>