Shades of Olive #6C7107
Tints of Olive #6C7107
RGB
CMYK
RGB Variations
Color information
#6C7107 (or 0x6C7107) is known color: Olive. HEX triplet: 6C, 71 and 07. RGB value is (108,113,7). Sum of RGB (Red+Green+Blue) = 108+113+7=228 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.37% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #6C7107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7107 is #938EF8. Grayscale: #636363. Windows color (decimal): -9670393 or 487788. OLE color: 487788.
HSL color Cylindrical-coordinate representation of color #6C7107: hue angle of 62.83º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C7107 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 113 | 7 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.56 |
| HSL | 62.83º | 0.88% | 0.24% | - |
| HSV(B) | 62.83º | 0.94% | 0.44% | - |
| XYZ | 12.13 | 15.01 | 2.46 | - |
| YUV | 99.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 7 | 0.04 | 0 | 0.94 | 0.56 | 62.83 | 0.88 | 0.24 |
| Hex | 6C | 71 | 7 | 4 | 0 | 5E | 38 | 3F | 58 | 18 |
| Octal | 154 | 161 | 7 | 4 | 0 | 136 | 70 | 77 | 130 | 30 |
| Binary | 1101100 | 1110001 | 111 | 100 | 0 | 1011110 | 111000 | 111111 | 1011000 | 11000 |
Color Harmonies of #6C7107
Complementary color
Monochromatic Colors of #6C7107
Black with #6C7107
Text Example
Text Example
White with #6C7107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7107; }
p { color: rgb(108,113,7); }
H1.HeaderClassName
{
color: #6C7107;
}
.AnyTagClassName
{
color: #6C7107;
}
</style>
background-color css
<style>
a { background-color: #6C7107; }
a { background-color: rgb(108,113,7); }
div.DivClassName
{
background-color: #6C7107;
}
.BgClassName
{
background-color: #6C7107;
}
</style>
border-color css
<style>
span { border-color: #6C7107; }
span { border-color: rgb(108,113,7); }
td.TdClassName
{
border-color: #6C7107;
}
.TagClassName
{
border-color: #6C7107;
}
</style>