Shades of Patina #609388
Tints of Patina #609388
RGB
CMYK
RGB Variations
Color information
#609388 (or 0x609388) is known color: Patina. HEX triplet: 60, 93 and 88. RGB value is (96,147,136). Sum of RGB (Red+Green+Blue) = 96+147+136=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #609388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609388 is #9F6C77. Grayscale: #828282. Windows color (decimal): -10447992 or 8950624. OLE color: 8950624.
HSL color Cylindrical-coordinate representation of color #609388: hue angle of 167.06º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609388 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 147 | 136 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.42 |
| HSL | 167.06º | 0.21% | 0.48% | - |
| HSV(B) | 167.06º | 0.35% | 0.58% | - |
| XYZ | 19.7 | 25.13 | 27.11 | - |
| YUV | 130.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 136 | 0.35 | 0 | 0.07 | 0.42 | 167.06 | 0.21 | 0.48 |
| Hex | 60 | 93 | 88 | 23 | 0 | 7 | 2A | A7 | 15 | 30 |
| Octal | 140 | 223 | 210 | 43 | 0 | 7 | 52 | 247 | 25 | 60 |
| Binary | 1100000 | 10010011 | 10001000 | 100011 | 0 | 111 | 101010 | 10100111 | 10101 | 110000 |
Color Harmonies of #609388
Complementary color
Monochromatic Colors of #609388
Black with #609388
Text Example
Text Example
White with #609388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609388; }
p { color: rgb(96,147,136); }
H1.HeaderClassName
{
color: #609388;
}
.AnyTagClassName
{
color: #609388;
}
</style>
background-color css
<style>
a { background-color: #609388; }
a { background-color: rgb(96,147,136); }
div.DivClassName
{
background-color: #609388;
}
.BgClassName
{
background-color: #609388;
}
</style>
border-color css
<style>
span { border-color: #609388; }
span { border-color: rgb(96,147,136); }
td.TdClassName
{
border-color: #609388;
}
.TagClassName
{
border-color: #609388;
}
</style>