Shades of Olive #686501
Tints of Olive #686501
RGB
CMYK
RGB Variations
Color information
#686501 (or 0x686501) is known color: Olive. HEX triplet: 68, 65 and 01. RGB value is (104,101,1). Sum of RGB (Red+Green+Blue) = 104+101+1=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #686501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686501 is #979AFE. Grayscale: #5A5A5A. Windows color (decimal): -9935615 or 91496. OLE color: 91496.
HSL color Cylindrical-coordinate representation of color #686501: hue angle of 58.25º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #686501 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.59 |
| HSL | 58.25º | 0.98% | 0.21% | - |
| HSV(B) | 58.25º | 0.99% | 0.41% | - |
| XYZ | 10.37 | 12.25 | 1.85 | - |
| YUV | 90.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 1 | 0 | 0.03 | 0.99 | 0.59 | 58.25 | 0.98 | 0.21 |
| Hex | 68 | 65 | 1 | 0 | 3 | 63 | 3B | 3A | 62 | 15 |
| Octal | 150 | 145 | 1 | 0 | 3 | 143 | 73 | 72 | 142 | 25 |
| Binary | 1101000 | 1100101 | 1 | 0 | 11 | 1100011 | 111011 | 111010 | 1100010 | 10101 |
Color Harmonies of #686501
Complementary color
Monochromatic Colors of #686501
Black with #686501
Text Example
Text Example
White with #686501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686501; }
p { color: rgb(104,101,1); }
H1.HeaderClassName
{
color: #686501;
}
.AnyTagClassName
{
color: #686501;
}
</style>
background-color css
<style>
a { background-color: #686501; }
a { background-color: rgb(104,101,1); }
div.DivClassName
{
background-color: #686501;
}
.BgClassName
{
background-color: #686501;
}
</style>
border-color css
<style>
span { border-color: #686501; }
span { border-color: rgb(104,101,1); }
td.TdClassName
{
border-color: #686501;
}
.TagClassName
{
border-color: #686501;
}
</style>