#609089

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

Shades of Patina #609089

Tints of Patina #609089

Color information

#609089 (or 0x609089) is unknown color: approx Patina. HEX triplet: 60, 90 and 89. RGB value is (96,144,137). Sum of RGB (Red+Green+Blue) = 96+144+137=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #609089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609089 is #9F6F76. Grayscale: #808080. Windows color (decimal): -10448759 or 9015392. OLE color: 9015392.

HSL color Cylindrical-coordinate representation of color #609089: hue angle of 171.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #609089 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB96144137-
CMYK0.3300.050.44
HSL171.25º20%47.06%-
HSV(B)171.25º33.33%56.47%-
XYZ19.3124.2427.33-
YUV128.85132.6104.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=25.46%
G=38.20%
B=36.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961441370.3300.050.44171.252047.06
Hex60908921052Cab142f
Octal1402202114105542532457
Binary1100000100100001000100110000101011011001010101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609089; }

 p { color: rgb(96,144,137); }

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

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

 a { background-color: rgb(96,144,137); }

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

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

 span { border-color: rgb(96,144,137); }

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