#609184

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

Shades of Patina #609184

Tints of Patina #609184

Color information

#609184 (or 0x609184) is unknown color: approx Patina. HEX triplet: 60, 91 and 84. RGB value is (96,145,132). Sum of RGB (Red+Green+Blue) = 96+145+132=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #609184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609184 is #9F6E7B. Grayscale: #808080. Windows color (decimal): -10448508 or 8687968. OLE color: 8687968.

HSL color Cylindrical-coordinate representation of color #609184: hue angle of 164.08º degrees, saturation: 0.2, 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 #609184 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB96145132-
CMYK0.3400.090.43
HSL164.08º20.33%47.25%-
HSV(B)164.08º33.79%56.86%-
XYZ19.1124.425.53-
YUV128.87129.77104.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 145 (57.03% from 255) = 38.87%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=25.74%
G=38.87%
B=35.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961451320.3400.090.43164.0820.3347.25
Hex60918422092Ba4142f
Octal14022120442011532442457
Binary11000001001000110000100100010010011010111010010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609184; }

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

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

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

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

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

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

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

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