Shades of Patina #609E92
Tints of Patina #609E92
RGB
CMYK
RGB Variations
Color information
#609E92 (or 0x609E92) is known color: Patina. HEX triplet: 60, 9E and 92. RGB value is (96,158,146). Sum of RGB (Red+Green+Blue) = 96+158+146=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #609E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609E92 is #9F616D. Grayscale: #8A8A8A. Windows color (decimal): -10445166 or 9608800. OLE color: 9608800.
HSL color Cylindrical-coordinate representation of color #609E92: hue angle of 168.39º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609E92 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 158 | 146 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.38 |
| HSL | 168.39º | 0.24% | 0.5% | - |
| HSV(B) | 168.39º | 0.39% | 0.62% | - |
| XYZ | 22.24 | 29.02 | 31.62 | - |
| YUV | 138.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 158 | 146 | 0.39 | 0 | 0.08 | 0.38 | 168.39 | 0.24 | 0.5 |
| Hex | 60 | 9E | 92 | 27 | 0 | 8 | 26 | A8 | 18 | 32 |
| Octal | 140 | 236 | 222 | 47 | 0 | 10 | 46 | 250 | 30 | 62 |
| Binary | 1100000 | 10011110 | 10010010 | 100111 | 0 | 1000 | 100110 | 10101000 | 11000 | 110010 |
Color Harmonies of #609E92
Complementary color
Monochromatic Colors of #609E92
Black with #609E92
Text Example
Text Example
White with #609E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609E92; }
p { color: rgb(96,158,146); }
H1.HeaderClassName
{
color: #609E92;
}
.AnyTagClassName
{
color: #609E92;
}
</style>
background-color css
<style>
a { background-color: #609E92; }
a { background-color: rgb(96,158,146); }
div.DivClassName
{
background-color: #609E92;
}
.BgClassName
{
background-color: #609E92;
}
</style>
border-color css
<style>
span { border-color: #609E92; }
span { border-color: rgb(96,158,146); }
td.TdClassName
{
border-color: #609E92;
}
.TagClassName
{
border-color: #609E92;
}
</style>