#609E80

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

Shades of Patina #609E80

Tints of Patina #609E80

Color information

#609E80 (or 0x609E80) is unknown color: approx Patina. HEX triplet: 60, 9E and 80. RGB value is (96,158,128). Sum of RGB (Red+Green+Blue) = 96+158+128=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 158 - color contains mainly: green. Hex color #609E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609E80 is #9F617F. Grayscale: #888888. Windows color (decimal): -10445184 or 8429152. OLE color: 8429152.

HSL color Cylindrical-coordinate representation of color #609E80: hue angle of 150.97º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609E80 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB96158128-
CMYK0.3900.190.38
HSL150.97º24.41%49.8%-
HSV(B)150.97º39.24%61.96%-
XYZ20.9528.524.82-
YUV136.04123.4699.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.13%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=25.13%
G=41.36%
B=33.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961581280.3900.190.38150.9724.4149.8
Hex609E802701326971832
Octal14023620047023462273062
Binary110000010011110100000001001110100111001101001011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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