Shades of Olive #686301
Tints of Olive #686301
RGB
CMYK
RGB Variations
Color information
#686301 (or 0x686301) is known color: Olive. HEX triplet: 68, 63 and 01. RGB value is (104,99,1). Sum of RGB (Red+Green+Blue) = 104+99+1=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #686301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686301 is #979CFE. Grayscale: #595959. Windows color (decimal): -9936127 or 90984. OLE color: 90984.
HSL color Cylindrical-coordinate representation of color #686301: hue angle of 57.09º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #686301 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 99 | 1 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.59 |
| HSL | 57.09º | 0.98% | 0.21% | - |
| HSV(B) | 57.09º | 0.99% | 0.41% | - |
| XYZ | 10.18 | 11.87 | 1.78 | - |
| YUV | 89.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 1 | 0 | 0.05 | 0.99 | 0.59 | 57.09 | 0.98 | 0.21 |
| Hex | 68 | 63 | 1 | 0 | 5 | 63 | 3B | 39 | 62 | 15 |
| Octal | 150 | 143 | 1 | 0 | 5 | 143 | 73 | 71 | 142 | 25 |
| Binary | 1101000 | 1100011 | 1 | 0 | 101 | 1100011 | 111011 | 111001 | 1100010 | 10101 |
Color Harmonies of #686301
Complementary color
Monochromatic Colors of #686301
Black with #686301
Text Example
Text Example
White with #686301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686301; }
p { color: rgb(104,99,1); }
H1.HeaderClassName
{
color: #686301;
}
.AnyTagClassName
{
color: #686301;
}
</style>
background-color css
<style>
a { background-color: #686301; }
a { background-color: rgb(104,99,1); }
div.DivClassName
{
background-color: #686301;
}
.BgClassName
{
background-color: #686301;
}
</style>
border-color css
<style>
span { border-color: #686301; }
span { border-color: rgb(104,99,1); }
td.TdClassName
{
border-color: #686301;
}
.TagClassName
{
border-color: #686301;
}
</style>