Shades of Olive #6C7607
Tints of Olive #6C7607
RGB
CMYK
RGB Variations
Color information
#6C7607 (or 0x6C7607) is known color: Olive. HEX triplet: 6C, 76 and 07. RGB value is (108,118,7). Sum of RGB (Red+Green+Blue) = 108+118+7=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7607 is #9389F8. Grayscale: #666666. Windows color (decimal): -9669113 or 489068. OLE color: 489068.
HSL color Cylindrical-coordinate representation of color #6C7607: hue angle of 65.41º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C7607 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 118 | 7 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.54 |
| HSL | 65.41º | 0.89% | 0.25% | - |
| HSV(B) | 65.41º | 0.94% | 0.46% | - |
| XYZ | 12.7 | 16.16 | 2.65 | - |
| YUV | 102.36 | 74.19 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 7 | 0.08 | 0 | 0.94 | 0.54 | 65.41 | 0.89 | 0.25 |
| Hex | 6C | 76 | 7 | 8 | 0 | 5E | 36 | 41 | 59 | 19 |
| Octal | 154 | 166 | 7 | 10 | 0 | 136 | 66 | 101 | 131 | 31 |
| Binary | 1101100 | 1110110 | 111 | 1000 | 0 | 1011110 | 110110 | 1000001 | 1011001 | 11001 |
Color Harmonies of #6C7607
Complementary color
Monochromatic Colors of #6C7607
Black with #6C7607
Text Example
Text Example
White with #6C7607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7607; }
p { color: rgb(108,118,7); }
H1.HeaderClassName
{
color: #6C7607;
}
.AnyTagClassName
{
color: #6C7607;
}
</style>
background-color css
<style>
a { background-color: #6C7607; }
a { background-color: rgb(108,118,7); }
div.DivClassName
{
background-color: #6C7607;
}
.BgClassName
{
background-color: #6C7607;
}
</style>
border-color css
<style>
span { border-color: #6C7607; }
span { border-color: rgb(108,118,7); }
td.TdClassName
{
border-color: #6C7607;
}
.TagClassName
{
border-color: #6C7607;
}
</style>