Shades of Olive #686100
Tints of Olive #686100
RGB
CMYK
RGB Variations
Color information
#686100 (or 0x686100) is known color: Olive. HEX triplet: 68, 61 and 00. RGB value is (104,97,0). Sum of RGB (Red+Green+Blue) = 104+97+0=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #686100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686100 is #979EFF. Grayscale: #585858. Windows color (decimal): -9936640 or 24936. OLE color: 24936.
HSL color Cylindrical-coordinate representation of color #686100: hue angle of 55.96º 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 #686100 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 97 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.59 |
| HSL | 55.96º | 1% | 0.2% | - |
| HSV(B) | 55.96º | 1% | 0.41% | - |
| XYZ | 9.98 | 11.49 | 1.69 | - |
| YUV | 88.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 0 | 0 | 0.07 | 1 | 0.59 | 55.96 | 1 | 0.2 |
| Hex | 68 | 61 | 0 | 0 | 7 | 64 | 3B | 38 | 64 | 14 |
| Octal | 150 | 141 | 0 | 0 | 7 | 144 | 73 | 70 | 144 | 24 |
| Binary | 1101000 | 1100001 | 0 | 0 | 111 | 1100100 | 111011 | 111000 | 1100100 | 10100 |
Color Harmonies of #686100
Complementary color
Monochromatic Colors of #686100
Black with #686100
Text Example
Text Example
White with #686100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686100; }
p { color: rgb(104,97,0); }
H1.HeaderClassName
{
color: #686100;
}
.AnyTagClassName
{
color: #686100;
}
</style>
background-color css
<style>
a { background-color: #686100; }
a { background-color: rgb(104,97,0); }
div.DivClassName
{
background-color: #686100;
}
.BgClassName
{
background-color: #686100;
}
</style>
border-color css
<style>
span { border-color: #686100; }
span { border-color: rgb(104,97,0); }
td.TdClassName
{
border-color: #686100;
}
.TagClassName
{
border-color: #686100;
}
</style>