Shades of Olive #686F00
Tints of Olive #686F00
RGB
CMYK
RGB Variations
Color information
#686F00 (or 0x686F00) is known color: Olive. HEX triplet: 68, 6F and 00. RGB value is (104,111,0). Sum of RGB (Red+Green+Blue) = 104+111+0=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #686F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686F00 is #9790FF. Grayscale: #606060. Windows color (decimal): -9933056 or 28520. OLE color: 28520.
HSL color Cylindrical-coordinate representation of color #686F00: hue angle of 63.78º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #686F00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.56 |
| HSL | 63.78º | 1% | 0.22% | - |
| HSV(B) | 63.78º | 1% | 0.44% | - |
| XYZ | 11.39 | 14.31 | 2.16 | - |
| YUV | 96.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 0 | 0.06 | 0 | 1 | 0.56 | 63.78 | 1 | 0.22 |
| Hex | 68 | 6F | 0 | 6 | 0 | 64 | 38 | 40 | 64 | 16 |
| Octal | 150 | 157 | 0 | 6 | 0 | 144 | 70 | 100 | 144 | 26 |
| Binary | 1101000 | 1101111 | 0 | 110 | 0 | 1100100 | 111000 | 1000000 | 1100100 | 10110 |
Color Harmonies of #686F00
Complementary color
Monochromatic Colors of #686F00
Black with #686F00
Text Example
Text Example
White with #686F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F00; }
p { color: rgb(104,111,0); }
H1.HeaderClassName
{
color: #686F00;
}
.AnyTagClassName
{
color: #686F00;
}
</style>
background-color css
<style>
a { background-color: #686F00; }
a { background-color: rgb(104,111,0); }
div.DivClassName
{
background-color: #686F00;
}
.BgClassName
{
background-color: #686F00;
}
</style>
border-color css
<style>
span { border-color: #686F00; }
span { border-color: rgb(104,111,0); }
td.TdClassName
{
border-color: #686F00;
}
.TagClassName
{
border-color: #686F00;
}
</style>