Shades of Olive #686B02
Tints of Olive #686B02
RGB
CMYK
RGB Variations
Color information
#686B02 (or 0x686B02) is known color: Olive. HEX triplet: 68, 6B and 02. RGB value is (104,107,2). Sum of RGB (Red+Green+Blue) = 104+107+2=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #686B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686B02 is #9794FD. Grayscale: #5E5E5E. Windows color (decimal): -9934078 or 158568. OLE color: 158568.
HSL color Cylindrical-coordinate representation of color #686B02: hue angle of 61.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #686B02 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 2 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.58 |
| HSL | 61.71º | 0.96% | 0.21% | - |
| HSV(B) | 61.71º | 0.98% | 0.42% | - |
| XYZ | 10.98 | 13.46 | 2.08 | - |
| YUV | 94.13 | 76.01 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 2 | 0.03 | 0 | 0.98 | 0.58 | 61.71 | 0.96 | 0.21 |
| Hex | 68 | 6B | 2 | 3 | 0 | 62 | 3A | 3E | 60 | 15 |
| Octal | 150 | 153 | 2 | 3 | 0 | 142 | 72 | 76 | 140 | 25 |
| Binary | 1101000 | 1101011 | 10 | 11 | 0 | 1100010 | 111010 | 111110 | 1100000 | 10101 |
Color Harmonies of #686B02
Complementary color
Monochromatic Colors of #686B02
Black with #686B02
Text Example
Text Example
White with #686B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B02; }
p { color: rgb(104,107,2); }
H1.HeaderClassName
{
color: #686B02;
}
.AnyTagClassName
{
color: #686B02;
}
</style>
background-color css
<style>
a { background-color: #686B02; }
a { background-color: rgb(104,107,2); }
div.DivClassName
{
background-color: #686B02;
}
.BgClassName
{
background-color: #686B02;
}
</style>
border-color css
<style>
span { border-color: #686B02; }
span { border-color: rgb(104,107,2); }
td.TdClassName
{
border-color: #686B02;
}
.TagClassName
{
border-color: #686B02;
}
</style>