Shades of Patina #609A7E
Tints of Patina #609A7E
RGB
CMYK
RGB Variations
Color information
#609A7E (or 0x609A7E) is known color: Patina. HEX triplet: 60, 9A and 7E. RGB value is (96,154,126). Sum of RGB (Red+Green+Blue) = 96+154+126=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #609A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609A7E is #9F6581. Grayscale: #858585. Windows color (decimal): -10446210 or 8297056. OLE color: 8297056.
HSL color Cylindrical-coordinate representation of color #609A7E: hue angle of 151.03º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609A7E is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 154 | 126 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.40 |
| HSL | 151.03º | 0.23% | 0.49% | - |
| HSV(B) | 151.03º | 0.38% | 0.6% | - |
| XYZ | 20.15 | 27.1 | 23.91 | - |
| YUV | 133.47 | 123.78 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 154 | 126 | 0.38 | 0 | 0.18 | 0.40 | 151.03 | 0.23 | 0.49 |
| Hex | 60 | 9A | 7E | 26 | 0 | 12 | 28 | 97 | 17 | 31 |
| Octal | 140 | 232 | 176 | 46 | 0 | 22 | 50 | 227 | 27 | 61 |
| Binary | 1100000 | 10011010 | 1111110 | 100110 | 0 | 10010 | 101000 | 10010111 | 10111 | 110001 |
Color Harmonies of #609A7E
Complementary color
Monochromatic Colors of #609A7E
Black with #609A7E
Text Example
Text Example
White with #609A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609A7E; }
p { color: rgb(96,154,126); }
H1.HeaderClassName
{
color: #609A7E;
}
.AnyTagClassName
{
color: #609A7E;
}
</style>
background-color css
<style>
a { background-color: #609A7E; }
a { background-color: rgb(96,154,126); }
div.DivClassName
{
background-color: #609A7E;
}
.BgClassName
{
background-color: #609A7E;
}
</style>
border-color css
<style>
span { border-color: #609A7E; }
span { border-color: rgb(96,154,126); }
td.TdClassName
{
border-color: #609A7E;
}
.TagClassName
{
border-color: #609A7E;
}
</style>