Shades of Olive #686B01
Tints of Olive #686B01
RGB
CMYK
RGB Variations
Color information
#686B01 (or 0x686B01) is known color: Olive. HEX triplet: 68, 6B and 01. RGB value is (104,107,1). Sum of RGB (Red+Green+Blue) = 104+107+1=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #686B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686B01 is #9794FE. Grayscale: #5E5E5E. Windows color (decimal): -9934079 or 93032. OLE color: 93032.
HSL color Cylindrical-coordinate representation of color #686B01: hue angle of 61.7º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #686B01 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 1 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.58 |
| HSL | 61.7º | 0.98% | 0.21% | - |
| HSV(B) | 61.7º | 0.99% | 0.42% | - |
| XYZ | 10.97 | 13.46 | 2.05 | - |
| YUV | 94.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 1 | 0.03 | 0 | 0.99 | 0.58 | 61.7 | 0.98 | 0.21 |
| Hex | 68 | 6B | 1 | 3 | 0 | 63 | 3A | 3E | 62 | 15 |
| Octal | 150 | 153 | 1 | 3 | 0 | 143 | 72 | 76 | 142 | 25 |
| Binary | 1101000 | 1101011 | 1 | 11 | 0 | 1100011 | 111010 | 111110 | 1100010 | 10101 |
Color Harmonies of #686B01
Complementary color
Monochromatic Colors of #686B01
Black with #686B01
Text Example
Text Example
White with #686B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B01; }
p { color: rgb(104,107,1); }
H1.HeaderClassName
{
color: #686B01;
}
.AnyTagClassName
{
color: #686B01;
}
</style>
background-color css
<style>
a { background-color: #686B01; }
a { background-color: rgb(104,107,1); }
div.DivClassName
{
background-color: #686B01;
}
.BgClassName
{
background-color: #686B01;
}
</style>
border-color css
<style>
span { border-color: #686B01; }
span { border-color: rgb(104,107,1); }
td.TdClassName
{
border-color: #686B01;
}
.TagClassName
{
border-color: #686B01;
}
</style>