Shades of Olive #686402
Tints of Olive #686402
RGB
CMYK
RGB Variations
Color information
#686402 (or 0x686402) is known color: Olive. HEX triplet: 68, 64 and 02. RGB value is (104,100,2). Sum of RGB (Red+Green+Blue) = 104+100+2=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #686402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686402 is #979BFD. Grayscale: #5A5A5A. Windows color (decimal): -9935870 or 156776. OLE color: 156776.
HSL color Cylindrical-coordinate representation of color #686402: hue angle of 57.65º 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 #686402 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 2 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.59 |
| HSL | 57.65º | 0.96% | 0.21% | - |
| HSV(B) | 57.65º | 0.98% | 0.41% | - |
| XYZ | 10.28 | 12.06 | 1.84 | - |
| YUV | 90.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 2 | 0 | 0.04 | 0.98 | 0.59 | 57.65 | 0.96 | 0.21 |
| Hex | 68 | 64 | 2 | 0 | 4 | 62 | 3B | 3A | 60 | 15 |
| Octal | 150 | 144 | 2 | 0 | 4 | 142 | 73 | 72 | 140 | 25 |
| Binary | 1101000 | 1100100 | 10 | 0 | 100 | 1100010 | 111011 | 111010 | 1100000 | 10101 |
Color Harmonies of #686402
Complementary color
Monochromatic Colors of #686402
Black with #686402
Text Example
Text Example
White with #686402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686402; }
p { color: rgb(104,100,2); }
H1.HeaderClassName
{
color: #686402;
}
.AnyTagClassName
{
color: #686402;
}
</style>
background-color css
<style>
a { background-color: #686402; }
a { background-color: rgb(104,100,2); }
div.DivClassName
{
background-color: #686402;
}
.BgClassName
{
background-color: #686402;
}
</style>
border-color css
<style>
span { border-color: #686402; }
span { border-color: rgb(104,100,2); }
td.TdClassName
{
border-color: #686402;
}
.TagClassName
{
border-color: #686402;
}
</style>