#609980

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

Shades of Patina #609980

Tints of Patina #609980

Color information

#609980 (or 0x609980) is unknown color: approx Patina. HEX triplet: 60, 99 and 80. RGB value is (96,153,128). Sum of RGB (Red+Green+Blue) = 96+153+128=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #609980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609980 is #9F667F. Grayscale: #858585. Windows color (decimal): -10446464 or 8427872. OLE color: 8427872.

HSL color Cylindrical-coordinate representation of color #609980: hue angle of 153.68º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609980 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB96153128-
CMYK0.3700.160.4
HSL153.68º22.89%48.82%-
HSV(B)153.68º37.25%60%-
XYZ20.1126.8324.54-
YUV133.11125.12101.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 153 (60.16% from 255) = 40.58%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=25.46%
G=40.58%
B=33.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961531280.3700.160.4153.6822.8948.82
Hex60998025010289a1731
Octal14023120045020502322761
Binary110000010011001100000001001010100001010001001101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609980; }

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

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

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

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

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

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

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

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