Shades of Patina #6F9581
Tints of Patina #6F9581
RGB
CMYK
RGB Variations
Color information
#6F9581 (or 0x6F9581) is known color: Patina. HEX triplet: 6F, 95 and 81. RGB value is (111,149,129). Sum of RGB (Red+Green+Blue) = 111+149+129=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9581 is #906A7E. Grayscale: #878787. Windows color (decimal): -9464447 or 8492399. OLE color: 8492399.
HSL color Cylindrical-coordinate representation of color #6F9581: hue angle of 148.42º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F9581 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 149 | 129 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.42 |
| HSL | 148.42º | 0.15% | 0.51% | - |
| HSV(B) | 148.42º | 0.26% | 0.58% | - |
| XYZ | 21.27 | 26.46 | 24.76 | - |
| YUV | 135.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 129 | 0.26 | 0 | 0.13 | 0.42 | 148.42 | 0.15 | 0.51 |
| Hex | 6F | 95 | 81 | 1A | 0 | D | 2A | 94 | F | 33 |
| Octal | 157 | 225 | 201 | 32 | 0 | 15 | 52 | 224 | 17 | 63 |
| Binary | 1101111 | 10010101 | 10000001 | 11010 | 0 | 1101 | 101010 | 10010100 | 1111 | 110011 |
Color Harmonies of #6F9581
Complementary color
Monochromatic Colors of #6F9581
Black with #6F9581
Text Example
Text Example
White with #6F9581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9581; }
p { color: rgb(111,149,129); }
H1.HeaderClassName
{
color: #6F9581;
}
.AnyTagClassName
{
color: #6F9581;
}
</style>
background-color css
<style>
a { background-color: #6F9581; }
a { background-color: rgb(111,149,129); }
div.DivClassName
{
background-color: #6F9581;
}
.BgClassName
{
background-color: #6F9581;
}
</style>
border-color css
<style>
span { border-color: #6F9581; }
span { border-color: rgb(111,149,129); }
td.TdClassName
{
border-color: #6F9581;
}
.TagClassName
{
border-color: #6F9581;
}
</style>