Shades of Olive #687100
Tints of Olive #687100
RGB
CMYK
RGB Variations
Color information
#687100 (or 0x687100) is known color: Olive. HEX triplet: 68, 71 and 00. RGB value is (104,113,0). Sum of RGB (Red+Green+Blue) = 104+113+0=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #687100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687100 is #978EFF. Grayscale: #616161. Windows color (decimal): -9932544 or 29032. OLE color: 29032.
HSL color Cylindrical-coordinate representation of color #687100: hue angle of 64.78º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #687100 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 113 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.56 |
| HSL | 64.78º | 1% | 0.22% | - |
| HSV(B) | 64.78º | 1% | 0.44% | - |
| XYZ | 11.61 | 14.75 | 2.24 | - |
| YUV | 97.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 0 | 0.08 | 0 | 1 | 0.56 | 64.78 | 1 | 0.22 |
| Hex | 68 | 71 | 0 | 8 | 0 | 64 | 38 | 41 | 64 | 16 |
| Octal | 150 | 161 | 0 | 10 | 0 | 144 | 70 | 101 | 144 | 26 |
| Binary | 1101000 | 1110001 | 0 | 1000 | 0 | 1100100 | 111000 | 1000001 | 1100100 | 10110 |
Color Harmonies of #687100
Complementary color
Monochromatic Colors of #687100
Black with #687100
Text Example
Text Example
White with #687100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687100; }
p { color: rgb(104,113,0); }
H1.HeaderClassName
{
color: #687100;
}
.AnyTagClassName
{
color: #687100;
}
</style>
background-color css
<style>
a { background-color: #687100; }
a { background-color: rgb(104,113,0); }
div.DivClassName
{
background-color: #687100;
}
.BgClassName
{
background-color: #687100;
}
</style>
border-color css
<style>
span { border-color: #687100; }
span { border-color: rgb(104,113,0); }
td.TdClassName
{
border-color: #687100;
}
.TagClassName
{
border-color: #687100;
}
</style>