Shades of Olive #686700
Tints of Olive #686700
RGB
CMYK
RGB Variations
Color information
#686700 (or 0x686700) is known color: Olive. HEX triplet: 68, 67 and 00. RGB value is (104,103,0). Sum of RGB (Red+Green+Blue) = 104+103+0=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #686700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686700 is #9798FF. Grayscale: #5B5B5B. Windows color (decimal): -9935104 or 26472. OLE color: 26472.
HSL color Cylindrical-coordinate representation of color #686700: hue angle of 59.42º 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 #686700 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 103 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.59 |
| HSL | 59.42º | 1% | 0.2% | - |
| HSV(B) | 59.42º | 1% | 0.41% | - |
| XYZ | 10.56 | 12.64 | 1.88 | - |
| YUV | 91.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 0 | 0 | 0.01 | 1 | 0.59 | 59.42 | 1 | 0.2 |
| Hex | 68 | 67 | 0 | 0 | 1 | 64 | 3B | 3B | 64 | 14 |
| Octal | 150 | 147 | 0 | 0 | 1 | 144 | 73 | 73 | 144 | 24 |
| Binary | 1101000 | 1100111 | 0 | 0 | 1 | 1100100 | 111011 | 111011 | 1100100 | 10100 |
Color Harmonies of #686700
Complementary color
Monochromatic Colors of #686700
Black with #686700
Text Example
Text Example
White with #686700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686700; }
p { color: rgb(104,103,0); }
H1.HeaderClassName
{
color: #686700;
}
.AnyTagClassName
{
color: #686700;
}
</style>
background-color css
<style>
a { background-color: #686700; }
a { background-color: rgb(104,103,0); }
div.DivClassName
{
background-color: #686700;
}
.BgClassName
{
background-color: #686700;
}
</style>
border-color css
<style>
span { border-color: #686700; }
span { border-color: rgb(104,103,0); }
td.TdClassName
{
border-color: #686700;
}
.TagClassName
{
border-color: #686700;
}
</style>