Shades of Olive #686200
Tints of Olive #686200
RGB
CMYK
RGB Variations
Color information
#686200 (or 0x686200) is known color: Olive. HEX triplet: 68, 62 and 00. RGB value is (104,98,0). Sum of RGB (Red+Green+Blue) = 104+98+0=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #686200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686200 is #979DFF. Grayscale: #595959. Windows color (decimal): -9936384 or 25192. OLE color: 25192.
HSL color Cylindrical-coordinate representation of color #686200: hue angle of 56.54º 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 #686200 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.59 |
| HSL | 56.54º | 1% | 0.2% | - |
| HSV(B) | 56.54º | 1% | 0.41% | - |
| XYZ | 10.08 | 11.68 | 1.72 | - |
| YUV | 88.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 0 | 0 | 0.06 | 1 | 0.59 | 56.54 | 1 | 0.2 |
| Hex | 68 | 62 | 0 | 0 | 6 | 64 | 3B | 39 | 64 | 14 |
| Octal | 150 | 142 | 0 | 0 | 6 | 144 | 73 | 71 | 144 | 24 |
| Binary | 1101000 | 1100010 | 0 | 0 | 110 | 1100100 | 111011 | 111001 | 1100100 | 10100 |
Color Harmonies of #686200
Complementary color
Monochromatic Colors of #686200
Black with #686200
Text Example
Text Example
White with #686200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686200; }
p { color: rgb(104,98,0); }
H1.HeaderClassName
{
color: #686200;
}
.AnyTagClassName
{
color: #686200;
}
</style>
background-color css
<style>
a { background-color: #686200; }
a { background-color: rgb(104,98,0); }
div.DivClassName
{
background-color: #686200;
}
.BgClassName
{
background-color: #686200;
}
</style>
border-color css
<style>
span { border-color: #686200; }
span { border-color: rgb(104,98,0); }
td.TdClassName
{
border-color: #686200;
}
.TagClassName
{
border-color: #686200;
}
</style>