#609D89

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

Shades of Patina #609D89

Tints of Patina #609D89

Color information

#609D89 (or 0x609D89) is unknown color: approx Patina. HEX triplet: 60, 9D and 89. RGB value is (96,157,137). Sum of RGB (Red+Green+Blue) = 96+157+137=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 157 - color contains mainly: green. Hex color #609D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609D89 is #9F6276. Grayscale: #888888. Windows color (decimal): -10445431 or 9018720. OLE color: 9018720.

HSL color Cylindrical-coordinate representation of color #609D89: hue angle of 160.33º 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 #609D89 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB96157137-
CMYK0.3900.130.38
HSL160.33º24.11%49.61%-
HSV(B)160.33º38.85%61.57%-
XYZ21.428.4128.02-
YUV136.48128.2999.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.62%
GREEN value IS 157 (61.72% from 255) = 40.26%
BLUE value IS 137 (53.91% from 255) = 35.13%
R=24.62%
G=40.26%
B=35.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961571370.3900.130.38160.3324.1149.61
Hex609D89270D26a01832
Octal14023521147015462403062
Binary11000001001110110001001100111011011001101010000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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