Shades of Olive #687C08
Tints of Olive #687C08
RGB
CMYK
RGB Variations
Color information
#687C08 (or 0x687C08) is known color: Olive. HEX triplet: 68, 7C and 08. RGB value is (104,124,8). Sum of RGB (Red+Green+Blue) = 104+124+8=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #687C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687C08 is #9783F7. Grayscale: #696969. Windows color (decimal): -9929720 or 556136. OLE color: 556136.
HSL color Cylindrical-coordinate representation of color #687C08: hue angle of 70.34º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #687C08 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 124 | 8 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.51 |
| HSL | 70.34º | 0.88% | 0.26% | - |
| HSV(B) | 70.34º | 0.94% | 0.49% | - |
| XYZ | 12.96 | 17.38 | 2.9 | - |
| YUV | 104.8 | 73.37 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 8 | 0.16 | 0 | 0.94 | 0.51 | 70.34 | 0.88 | 0.26 |
| Hex | 68 | 7C | 8 | 10 | 0 | 5E | 33 | 46 | 58 | 1A |
| Octal | 150 | 174 | 10 | 20 | 0 | 136 | 63 | 106 | 130 | 32 |
| Binary | 1101000 | 1111100 | 1000 | 10000 | 0 | 1011110 | 110011 | 1000110 | 1011000 | 11010 |
Color Harmonies of #687C08
Complementary color
Monochromatic Colors of #687C08
Black with #687C08
Text Example
Text Example
White with #687C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687C08; }
p { color: rgb(104,124,8); }
H1.HeaderClassName
{
color: #687C08;
}
.AnyTagClassName
{
color: #687C08;
}
</style>
background-color css
<style>
a { background-color: #687C08; }
a { background-color: rgb(104,124,8); }
div.DivClassName
{
background-color: #687C08;
}
.BgClassName
{
background-color: #687C08;
}
</style>
border-color css
<style>
span { border-color: #687C08; }
span { border-color: rgb(104,124,8); }
td.TdClassName
{
border-color: #687C08;
}
.TagClassName
{
border-color: #687C08;
}
</style>