Shades of Olive #686802
Tints of Olive #686802
RGB
CMYK
RGB Variations
Color information
#686802 (or 0x686802) is known color: Olive. HEX triplet: 68, 68 and 02. RGB value is (104,104,2). Sum of RGB (Red+Green+Blue) = 104+104+2=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686802 is #9797FD. Grayscale: #5C5C5C. Windows color (decimal): -9934846 or 157800. OLE color: 157800.
HSL color Cylindrical-coordinate representation of color #686802: hue angle of 60º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #686802 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 2 | - |
| CMYK | 0 | 0 | 0.98 | 0.59 |
| HSL | 60º | 0.96% | 0.21% | - |
| HSV(B) | 60º | 0.98% | 0.41% | - |
| XYZ | 10.67 | 12.85 | 1.97 | - |
| YUV | 92.37 | 77 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 2 | 0 | 0 | 0.98 | 0.59 | 60 | 0.96 | 0.21 |
| Hex | 68 | 68 | 2 | 0 | 0 | 62 | 3B | 3C | 60 | 15 |
| Octal | 150 | 150 | 2 | 0 | 0 | 142 | 73 | 74 | 140 | 25 |
| Binary | 1101000 | 1101000 | 10 | 0 | 0 | 1100010 | 111011 | 111100 | 1100000 | 10101 |
Color Harmonies of #686802
Complementary color
Monochromatic Colors of #686802
Black with #686802
Text Example
Text Example
White with #686802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686802; }
p { color: rgb(104,104,2); }
H1.HeaderClassName
{
color: #686802;
}
.AnyTagClassName
{
color: #686802;
}
</style>
background-color css
<style>
a { background-color: #686802; }
a { background-color: rgb(104,104,2); }
div.DivClassName
{
background-color: #686802;
}
.BgClassName
{
background-color: #686802;
}
</style>
border-color css
<style>
span { border-color: #686802; }
span { border-color: rgb(104,104,2); }
td.TdClassName
{
border-color: #686802;
}
.TagClassName
{
border-color: #686802;
}
</style>