Shades of Olive #688700
Tints of Olive #688700
RGB
CMYK
RGB Variations
Color information
#688700 (or 0x688700) is known color: Olive. HEX triplet: 68, 87 and 00. RGB value is (104,135,0). Sum of RGB (Red+Green+Blue) = 104+135+0=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #688700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688700 is #9778FF. Grayscale: #6E6E6E. Windows color (decimal): -9926912 or 34664. OLE color: 34664.
HSL color Cylindrical-coordinate representation of color #688700: hue angle of 73.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #688700 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.47 |
| HSL | 73.78º | 1% | 0.26% | - |
| HSV(B) | 73.78º | 1% | 0.53% | - |
| XYZ | 14.37 | 20.27 | 3.16 | - |
| YUV | 110.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 0 | 0.23 | 0 | 1 | 0.47 | 73.78 | 1 | 0.26 |
| Hex | 68 | 87 | 0 | 17 | 0 | 64 | 2F | 4A | 64 | 1A |
| Octal | 150 | 207 | 0 | 27 | 0 | 144 | 57 | 112 | 144 | 32 |
| Binary | 1101000 | 10000111 | 0 | 10111 | 0 | 1100100 | 101111 | 1001010 | 1100100 | 11010 |
Color Harmonies of #688700
Complementary color
Monochromatic Colors of #688700
Black with #688700
Text Example
Text Example
White with #688700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688700; }
p { color: rgb(104,135,0); }
H1.HeaderClassName
{
color: #688700;
}
.AnyTagClassName
{
color: #688700;
}
</style>
background-color css
<style>
a { background-color: #688700; }
a { background-color: rgb(104,135,0); }
div.DivClassName
{
background-color: #688700;
}
.BgClassName
{
background-color: #688700;
}
</style>
border-color css
<style>
span { border-color: #688700; }
span { border-color: rgb(104,135,0); }
td.TdClassName
{
border-color: #688700;
}
.TagClassName
{
border-color: #688700;
}
</style>