Shades of Olive #686601
Tints of Olive #686601
RGB
CMYK
RGB Variations
Color information
#686601 (or 0x686601) is known color: Olive. HEX triplet: 68, 66 and 01. RGB value is (104,102,1). Sum of RGB (Red+Green+Blue) = 104+102+1=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #686601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686601 is #9799FE. Grayscale: #5B5B5B. Windows color (decimal): -9935359 or 91752. OLE color: 91752.
HSL color Cylindrical-coordinate representation of color #686601: hue angle of 58.83º 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 #686601 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.59 |
| HSL | 58.83º | 0.98% | 0.21% | - |
| HSV(B) | 58.83º | 0.99% | 0.41% | - |
| XYZ | 10.47 | 12.45 | 1.88 | - |
| YUV | 91.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 1 | 0 | 0.02 | 0.99 | 0.59 | 58.83 | 0.98 | 0.21 |
| Hex | 68 | 66 | 1 | 0 | 2 | 63 | 3B | 3B | 62 | 15 |
| Octal | 150 | 146 | 1 | 0 | 2 | 143 | 73 | 73 | 142 | 25 |
| Binary | 1101000 | 1100110 | 1 | 0 | 10 | 1100011 | 111011 | 111011 | 1100010 | 10101 |
Color Harmonies of #686601
Complementary color
Monochromatic Colors of #686601
Black with #686601
Text Example
Text Example
White with #686601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686601; }
p { color: rgb(104,102,1); }
H1.HeaderClassName
{
color: #686601;
}
.AnyTagClassName
{
color: #686601;
}
</style>
background-color css
<style>
a { background-color: #686601; }
a { background-color: rgb(104,102,1); }
div.DivClassName
{
background-color: #686601;
}
.BgClassName
{
background-color: #686601;
}
</style>
border-color css
<style>
span { border-color: #686601; }
span { border-color: rgb(104,102,1); }
td.TdClassName
{
border-color: #686601;
}
.TagClassName
{
border-color: #686601;
}
</style>