Shades of Olive #686702
Tints of Olive #686702
RGB
CMYK
RGB Variations
Color information
#686702 (or 0x686702) is known color: Olive. HEX triplet: 68, 67 and 02. RGB value is (104,103,2). Sum of RGB (Red+Green+Blue) = 104+103+2=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #686702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686702 is #9798FD. Grayscale: #5C5C5C. Windows color (decimal): -9935102 or 157544. OLE color: 157544.
HSL color Cylindrical-coordinate representation of color #686702: hue angle of 59.41º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #686702 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 103 | 2 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.59 |
| HSL | 59.41º | 0.96% | 0.21% | - |
| HSV(B) | 59.41º | 0.98% | 0.41% | - |
| XYZ | 10.57 | 12.65 | 1.94 | - |
| YUV | 91.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 2 | 0 | 0.01 | 0.98 | 0.59 | 59.41 | 0.96 | 0.21 |
| Hex | 68 | 67 | 2 | 0 | 1 | 62 | 3B | 3B | 60 | 15 |
| Octal | 150 | 147 | 2 | 0 | 1 | 142 | 73 | 73 | 140 | 25 |
| Binary | 1101000 | 1100111 | 10 | 0 | 1 | 1100010 | 111011 | 111011 | 1100000 | 10101 |
Color Harmonies of #686702
Complementary color
Monochromatic Colors of #686702
Black with #686702
Text Example
Text Example
White with #686702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686702; }
p { color: rgb(104,103,2); }
H1.HeaderClassName
{
color: #686702;
}
.AnyTagClassName
{
color: #686702;
}
</style>
background-color css
<style>
a { background-color: #686702; }
a { background-color: rgb(104,103,2); }
div.DivClassName
{
background-color: #686702;
}
.BgClassName
{
background-color: #686702;
}
</style>
border-color css
<style>
span { border-color: #686702; }
span { border-color: rgb(104,103,2); }
td.TdClassName
{
border-color: #686702;
}
.TagClassName
{
border-color: #686702;
}
</style>