#609A89

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

Shades of Patina #609A89

Tints of Patina #609A89

Color information

#609A89 (or 0x609A89) is unknown color: approx Patina. HEX triplet: 60, 9A and 89. RGB value is (96,154,137). Sum of RGB (Red+Green+Blue) = 96+154+137=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 154 - color contains mainly: green. Hex color #609A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609A89 is #9F6576. Grayscale: #868686. Windows color (decimal): -10446199 or 9017952. OLE color: 9017952.

HSL color Cylindrical-coordinate representation of color #609A89: hue angle of 162.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609A89 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB96154137-
CMYK0.3800.110.40
HSL162.41º23.2%49.02%-
HSV(B)162.41º37.66%60.39%-
XYZ20.8927.427.86-
YUV134.72129.28100.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=24.81%
G=39.79%
B=35.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961541370.3800.110.40162.4123.249.02
Hex609A89260B28a21731
Octal14023221146013502422761
Binary11000001001101010001001100110010111010001010001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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