Shades of Olive #686F03
Tints of Olive #686F03
RGB
CMYK
RGB Variations
Color information
#686F03 (or 0x686F03) is known color: Olive. HEX triplet: 68, 6F and 03. RGB value is (104,111,3). Sum of RGB (Red+Green+Blue) = 104+111+3=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #686F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686F03 is #9790FC. Grayscale: #616161. Windows color (decimal): -9933053 or 225128. OLE color: 225128.
HSL color Cylindrical-coordinate representation of color #686F03: hue angle of 63.89º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #686F03 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 3 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.56 |
| HSL | 63.89º | 0.95% | 0.22% | - |
| HSV(B) | 63.89º | 0.97% | 0.44% | - |
| XYZ | 11.41 | 14.32 | 2.25 | - |
| YUV | 96.6 | 75.18 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 3 | 0.06 | 0 | 0.97 | 0.56 | 63.89 | 0.95 | 0.22 |
| Hex | 68 | 6F | 3 | 6 | 0 | 61 | 38 | 40 | 5F | 16 |
| Octal | 150 | 157 | 3 | 6 | 0 | 141 | 70 | 100 | 137 | 26 |
| Binary | 1101000 | 1101111 | 11 | 110 | 0 | 1100001 | 111000 | 1000000 | 1011111 | 10110 |
Color Harmonies of #686F03
Complementary color
Monochromatic Colors of #686F03
Black with #686F03
Text Example
Text Example
White with #686F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F03; }
p { color: rgb(104,111,3); }
H1.HeaderClassName
{
color: #686F03;
}
.AnyTagClassName
{
color: #686F03;
}
</style>
background-color css
<style>
a { background-color: #686F03; }
a { background-color: rgb(104,111,3); }
div.DivClassName
{
background-color: #686F03;
}
.BgClassName
{
background-color: #686F03;
}
</style>
border-color css
<style>
span { border-color: #686F03; }
span { border-color: rgb(104,111,3); }
td.TdClassName
{
border-color: #686F03;
}
.TagClassName
{
border-color: #686F03;
}
</style>