#609380

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

Shades of Patina #609380

Tints of Patina #609380

Color information

#609380 (or 0x609380) is unknown color: approx Patina. HEX triplet: 60, 93 and 80. RGB value is (96,147,128). Sum of RGB (Red+Green+Blue) = 96+147+128=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #609380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609380 is #9F6C7F. Grayscale: #818181. Windows color (decimal): -10448000 or 8426336. OLE color: 8426336.

HSL color Cylindrical-coordinate representation of color #609380: hue angle of 157.65º 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 #609380 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB96147128-
CMYK0.3500.130.42
HSL157.65º20.99%47.65%-
HSV(B)157.65º34.69%57.65%-
XYZ19.1524.9124.22-
YUV129.58127.1104.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=25.88%
G=39.62%
B=34.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471280.3500.130.42157.6520.9947.65
Hex609380230D2A9e1530
Octal14022320043015522362560
Binary11000001001001110000000100011011011010101001111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609380; }

 p { color: rgb(96,147,128); }

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

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

 a { background-color: rgb(96,147,128); }

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

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

 span { border-color: rgb(96,147,128); }

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