Shades of Olive #686500
Tints of Olive #686500
RGB
CMYK
RGB Variations
Color information
#686500 (or 0x686500) is known color: Olive. HEX triplet: 68, 65 and 00. RGB value is (104,101,0). Sum of RGB (Red+Green+Blue) = 104+101+0=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #686500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686500 is #979AFF. Grayscale: #5A5A5A. Windows color (decimal): -9935616 or 25960. OLE color: 25960.
HSL color Cylindrical-coordinate representation of color #686500: hue angle of 58.27º 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 #686500 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.59 |
| HSL | 58.27º | 1% | 0.2% | - |
| HSV(B) | 58.27º | 1% | 0.41% | - |
| XYZ | 10.36 | 12.25 | 1.82 | - |
| YUV | 90.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 0 | 0 | 0.03 | 1 | 0.59 | 58.27 | 1 | 0.2 |
| Hex | 68 | 65 | 0 | 0 | 3 | 64 | 3B | 3A | 64 | 14 |
| Octal | 150 | 145 | 0 | 0 | 3 | 144 | 73 | 72 | 144 | 24 |
| Binary | 1101000 | 1100101 | 0 | 0 | 11 | 1100100 | 111011 | 111010 | 1100100 | 10100 |
Color Harmonies of #686500
Complementary color
Monochromatic Colors of #686500
Black with #686500
Text Example
Text Example
White with #686500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686500; }
p { color: rgb(104,101,0); }
H1.HeaderClassName
{
color: #686500;
}
.AnyTagClassName
{
color: #686500;
}
</style>
background-color css
<style>
a { background-color: #686500; }
a { background-color: rgb(104,101,0); }
div.DivClassName
{
background-color: #686500;
}
.BgClassName
{
background-color: #686500;
}
</style>
border-color css
<style>
span { border-color: #686500; }
span { border-color: rgb(104,101,0); }
td.TdClassName
{
border-color: #686500;
}
.TagClassName
{
border-color: #686500;
}
</style>