Shades of Olive #686000
Tints of Olive #686000
RGB
CMYK
RGB Variations
Color information
#686000 (or 0x686000) is known color: Olive. HEX triplet: 68, 60 and 00. RGB value is (104,96,0). Sum of RGB (Red+Green+Blue) = 104+96+0=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #686000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686000 is #979FFF. Grayscale: #575757. Windows color (decimal): -9936896 or 24680. OLE color: 24680.
HSL color Cylindrical-coordinate representation of color #686000: hue angle of 55.38º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #686000 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 96 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.59 |
| HSL | 55.38º | 1% | 0.2% | - |
| HSV(B) | 55.38º | 1% | 0.41% | - |
| XYZ | 9.89 | 11.31 | 1.66 | - |
| YUV | 87.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 0 | 0 | 0.08 | 1 | 0.59 | 55.38 | 1 | 0.2 |
| Hex | 68 | 60 | 0 | 0 | 8 | 64 | 3B | 37 | 64 | 14 |
| Octal | 150 | 140 | 0 | 0 | 10 | 144 | 73 | 67 | 144 | 24 |
| Binary | 1101000 | 1100000 | 0 | 0 | 1000 | 1100100 | 111011 | 110111 | 1100100 | 10100 |
Color Harmonies of #686000
Complementary color
Monochromatic Colors of #686000
Black with #686000
Text Example
Text Example
White with #686000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686000; }
p { color: rgb(104,96,0); }
H1.HeaderClassName
{
color: #686000;
}
.AnyTagClassName
{
color: #686000;
}
</style>
background-color css
<style>
a { background-color: #686000; }
a { background-color: rgb(104,96,0); }
div.DivClassName
{
background-color: #686000;
}
.BgClassName
{
background-color: #686000;
}
</style>
border-color css
<style>
span { border-color: #686000; }
span { border-color: rgb(104,96,0); }
td.TdClassName
{
border-color: #686000;
}
.TagClassName
{
border-color: #686000;
}
</style>