Shades of Verdigris #5F6045
Tints of Verdigris #5F6045
RGB
CMYK
RGB Variations
Color information
#5F6045 (or 0x5F6045) is known color: Verdigris. HEX triplet: 5F, 60 and 45. RGB value is (95,96,69). Sum of RGB (Red+Green+Blue) = 95+96+69=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6045 is #A09FBA. Grayscale: #5C5C5C. Windows color (decimal): -10526651 or 4546655. OLE color: 4546655.
HSL color Cylindrical-coordinate representation of color #5F6045: hue angle of 62.22º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F6045 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 96 | 69 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.62 |
| HSL | 62.22º | 0.16% | 0.32% | - |
| HSV(B) | 62.22º | 0.28% | 0.38% | - |
| XYZ | 9.98 | 11.23 | 7.27 | - |
| YUV | 92.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 69 | 0.01 | 0 | 0.28 | 0.62 | 62.22 | 0.16 | 0.32 |
| Hex | 5F | 60 | 45 | 1 | 0 | 1C | 3E | 3E | 10 | 20 |
| Octal | 137 | 140 | 105 | 1 | 0 | 34 | 76 | 76 | 20 | 40 |
| Binary | 1011111 | 1100000 | 1000101 | 1 | 0 | 11100 | 111110 | 111110 | 10000 | 100000 |
Color Harmonies of #5F6045
Complementary color
Monochromatic Colors of #5F6045
Black with #5F6045
Text Example
Text Example
White with #5F6045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6045; }
p { color: rgb(95,96,69); }
H1.HeaderClassName
{
color: #5F6045;
}
.AnyTagClassName
{
color: #5F6045;
}
</style>
background-color css
<style>
a { background-color: #5F6045; }
a { background-color: rgb(95,96,69); }
div.DivClassName
{
background-color: #5F6045;
}
.BgClassName
{
background-color: #5F6045;
}
</style>
border-color css
<style>
span { border-color: #5F6045; }
span { border-color: rgb(95,96,69); }
td.TdClassName
{
border-color: #5F6045;
}
.TagClassName
{
border-color: #5F6045;
}
</style>