#609787

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

Shades of Patina #609787

Tints of Patina #609787

Color information

#609787 (or 0x609787) is unknown color: approx Patina. HEX triplet: 60, 97 and 87. RGB value is (96,151,135). Sum of RGB (Red+Green+Blue) = 96+151+135=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #609787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609787 is #9F6878. Grayscale: #848484. Windows color (decimal): -10446969 or 8886112. OLE color: 8886112.

HSL color Cylindrical-coordinate representation of color #609787: hue angle of 162.55º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609787 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB96151135-
CMYK0.3600.110.41
HSL162.55º22.27%48.43%-
HSV(B)162.55º36.42%59.22%-
XYZ20.2626.3726.94-
YUV132.73129.28101.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.13%
GREEN value IS 151 (59.38% from 255) = 39.53%
BLUE value IS 135 (53.12% from 255) = 35.34%
R=25.13%
G=39.53%
B=35.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961511350.3600.110.41162.5522.2748.43
Hex609787240B29a31630
Octal14022720744013512432660
Binary11000001001011110000111100100010111010011010001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609787; }

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

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

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

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

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

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

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

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