#609F87

Color #609F87 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #609F87

Tints of Patina #609F87

Color information

#609F87 (or 0x609F87) is unknown color: approx Patina. HEX triplet: 60, 9F and 87. RGB value is (96,159,135). Sum of RGB (Red+Green+Blue) = 96+159+135=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #609F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609F87 is #9F6078. Grayscale: #898989. Windows color (decimal): -10444921 or 8888160. OLE color: 8888160.

HSL color Cylindrical-coordinate representation of color #609F87: hue angle of 157.14º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #609F87 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB96159135-
CMYK0.4000.150.38
HSL157.14º24.71%50%-
HSV(B)157.14º39.62%62.35%-
XYZ21.629.0327.39-
YUV137.43126.6398.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 24.62%
GREEN value IS 159 (62.5% from 255) = 40.77%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=24.62%
G=40.77%
B=34.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961591350.4000.150.38157.1424.7150
Hex609F87280F269d1932
Octal14023720750017462353162
Binary11000001001111110000111101000011111001101001110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609F87; }

 p { color: rgb(96,159,135); }

 H1.HeaderClassName
 {
   color: #609F87;
 }
 .AnyTagClassName
 {
   color: #609F87;
 }
</style>
background-color css

<style>
 a { background-color: #609F87; }

 a { background-color: rgb(96,159,135); }

 div.DivClassName
 {
   background-color: #609F87;
 }
 .BgClassName
 {
   background-color: #609F87;
 }
</style>
border-color css

<style>
 span { border-color: #609F87; }

 span { border-color: rgb(96,159,135); }

 td.TdClassName
 {
   border-color: #609F87;
 }
 .TagClassName
 {
   border-color: #609F87;
 }
</style>