#609180

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

Shades of Patina #609180

Tints of Patina #609180

Color information

#609180 (or 0x609180) is unknown color: approx Patina. HEX triplet: 60, 91 and 80. RGB value is (96,145,128). Sum of RGB (Red+Green+Blue) = 96+145+128=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #609180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609180 is #9F6E7F. Grayscale: #808080. Windows color (decimal): -10448512 or 8425824. OLE color: 8425824.

HSL color Cylindrical-coordinate representation of color #609180: hue angle of 159.18º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #609180 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB96145128-
CMYK0.3400.120.43
HSL159.18º20.33%47.25%-
HSV(B)159.18º33.79%56.86%-
XYZ18.8524.324.12-
YUV128.41127.77104.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=26.02%
G=39.30%
B=34.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961451280.3400.120.43159.1820.3347.25
Hex609180220C2B9f142f
Octal14022120042014532372457
Binary11000001001000110000000100010011001010111001111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609180; }

 p { color: rgb(96,145,128); }

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

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

 a { background-color: rgb(96,145,128); }

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

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

 span { border-color: rgb(96,145,128); }

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