Shades of Verdigris #686939
Tints of Verdigris #686939
RGB
CMYK
RGB Variations
Color information
#686939 (or 0x686939) is known color: Verdigris. HEX triplet: 68, 69 and 39. RGB value is (104,105,57). Sum of RGB (Red+Green+Blue) = 104+105+57=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #686939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686939 is #9796C6. Grayscale: #636363. Windows color (decimal): -9934535 or 3762536. OLE color: 3762536.
HSL color Cylindrical-coordinate representation of color #686939: hue angle of 61.25º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #686939 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 57 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.59 |
| HSL | 61.25º | 0.3% | 0.32% | - |
| HSV(B) | 61.25º | 0.46% | 0.41% | - |
| XYZ | 11.5 | 13.34 | 5.84 | - |
| YUV | 99.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 57 | 0.01 | 0 | 0.46 | 0.59 | 61.25 | 0.3 | 0.32 |
| Hex | 68 | 69 | 39 | 1 | 0 | 2E | 3B | 3D | 1E | 20 |
| Octal | 150 | 151 | 71 | 1 | 0 | 56 | 73 | 75 | 36 | 40 |
| Binary | 1101000 | 1101001 | 111001 | 1 | 0 | 101110 | 111011 | 111101 | 11110 | 100000 |
Color Harmonies of #686939
Complementary color
Monochromatic Colors of #686939
Black with #686939
Text Example
Text Example
White with #686939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686939; }
p { color: rgb(104,105,57); }
H1.HeaderClassName
{
color: #686939;
}
.AnyTagClassName
{
color: #686939;
}
</style>
background-color css
<style>
a { background-color: #686939; }
a { background-color: rgb(104,105,57); }
div.DivClassName
{
background-color: #686939;
}
.BgClassName
{
background-color: #686939;
}
</style>
border-color css
<style>
span { border-color: #686939; }
span { border-color: rgb(104,105,57); }
td.TdClassName
{
border-color: #686939;
}
.TagClassName
{
border-color: #686939;
}
</style>