#609084

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

Shades of Patina #609084

Tints of Patina #609084

Color information

#609084 (or 0x609084) is unknown color: approx Patina. HEX triplet: 60, 90 and 84. RGB value is (96,144,132). Sum of RGB (Red+Green+Blue) = 96+144+132=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #609084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609084 is #9F6F7B. Grayscale: #808080. Windows color (decimal): -10448764 or 8687712. OLE color: 8687712.

HSL color Cylindrical-coordinate representation of color #609084: hue angle of 165º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #609084 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB96144132-
CMYK0.3300.080.44
HSL165º20%47.06%-
HSV(B)165º33.33%56.47%-
XYZ18.9624.125.48-
YUV128.28130.1104.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=25.81%
G=38.71%
B=35.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961441320.3300.080.441652047.06
Hex60908421082Ca5142f
Octal14022020441010542452457
Binary11000001001000010000100100001010001011001010010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609084; }

 p { color: rgb(96,144,132); }

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

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

 a { background-color: rgb(96,144,132); }

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

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

 span { border-color: rgb(96,144,132); }

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