#609289

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

Shades of Patina #609289

Tints of Patina #609289

Color information

#609289 (or 0x609289) is unknown color: approx Patina. HEX triplet: 60, 92 and 89. RGB value is (96,146,137). Sum of RGB (Red+Green+Blue) = 96+146+137=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #609289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609289 is #9F6D76. Grayscale: #828282. Windows color (decimal): -10448247 or 9015904. OLE color: 9015904.

HSL color Cylindrical-coordinate representation of color #609289: hue angle of 169.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #609289 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB96146137-
CMYK0.3400.060.43
HSL169.2º20.66%47.45%-
HSV(B)169.2º34.25%57.25%-
XYZ19.6224.8527.43-
YUV130.02131.94103.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.33%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 137 (53.91% from 255) = 36.15%
R=25.33%
G=38.52%
B=36.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961461370.3400.060.43169.220.6647.45
Hex60928922062Ba9152f
Octal1402222114206532512557
Binary1100000100100101000100110001001101010111010100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609289; }

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

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

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

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

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

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

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

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