Shades of Verdigris #676740
Tints of Verdigris #676740
RGB
CMYK
RGB Variations
Color information
#676740 (or 0x676740) is known color: Verdigris. HEX triplet: 67, 67 and 40. RGB value is (103,103,64). Sum of RGB (Red+Green+Blue) = 103+103+64=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 103 - color contains mainly: red, green. Hex color #676740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676740 is #9898BF. Grayscale: #626262. Windows color (decimal): -10000576 or 4220775. OLE color: 4220775.
HSL color Cylindrical-coordinate representation of color #676740: hue angle of 60º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #676740 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 103 | 64 | - |
| CMYK | 0 | 0 | 0.38 | 0.60 |
| HSL | 60º | 0.23% | 0.33% | - |
| HSV(B) | 60º | 0.38% | 0.4% | - |
| XYZ | 11.37 | 12.95 | 6.75 | - |
| YUV | 98.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 64 | 0 | 0 | 0.38 | 0.60 | 60 | 0.23 | 0.33 |
| Hex | 67 | 67 | 40 | 0 | 0 | 26 | 3C | 3C | 17 | 21 |
| Octal | 147 | 147 | 100 | 0 | 0 | 46 | 74 | 74 | 27 | 41 |
| Binary | 1100111 | 1100111 | 1000000 | 0 | 0 | 100110 | 111100 | 111100 | 10111 | 100001 |
Color Harmonies of #676740
Complementary color
Monochromatic Colors of #676740
Black with #676740
Text Example
Text Example
White with #676740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676740; }
p { color: rgb(103,103,64); }
H1.HeaderClassName
{
color: #676740;
}
.AnyTagClassName
{
color: #676740;
}
</style>
background-color css
<style>
a { background-color: #676740; }
a { background-color: rgb(103,103,64); }
div.DivClassName
{
background-color: #676740;
}
.BgClassName
{
background-color: #676740;
}
</style>
border-color css
<style>
span { border-color: #676740; }
span { border-color: rgb(103,103,64); }
td.TdClassName
{
border-color: #676740;
}
.TagClassName
{
border-color: #676740;
}
</style>