#609489

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

Shades of Patina #609489

Tints of Patina #609489

Color information

#609489 (or 0x609489) is unknown color: approx Patina. HEX triplet: 60, 94 and 89. RGB value is (96,148,137). Sum of RGB (Red+Green+Blue) = 96+148+137=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #609489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609489 is #9F6B76. Grayscale: #838383. Windows color (decimal): -10447735 or 9016416. OLE color: 9016416.

HSL color Cylindrical-coordinate representation of color #609489: hue angle of 167.31º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609489 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB96148137-
CMYK0.3500.070.42
HSL167.31º21.31%47.84%-
HSV(B)167.31º35.14%58.04%-
XYZ19.9325.4727.53-
YUV131.2131.27102.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.20%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 137 (53.91% from 255) = 35.96%
R=25.20%
G=38.85%
B=35.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961481370.3500.070.42167.3121.3147.84
Hex60948923072Aa71530
Octal1402242114307522472560
Binary1100000100101001000100110001101111010101010011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609489; }

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

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

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

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

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

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

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

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