#619089

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

Shades of Patina #619089

Tints of Patina #619089

Color information

#619089 (or 0x619089) is unknown color: approx Patina. HEX triplet: 61, 90 and 89. RGB value is (97,144,137). Sum of RGB (Red+Green+Blue) = 97+144+137=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #619089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619089 is #9E6F76. Grayscale: #818181. Windows color (decimal): -10383223 or 9015393. OLE color: 9015393.

HSL color Cylindrical-coordinate representation of color #619089: hue angle of 171.06º 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 #619089 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB97144137-
CMYK0.3300.050.44
HSL171.06º19.5%47.25%-
HSV(B)171.06º32.64%56.47%-
XYZ19.4224.2927.33-
YUV129.15132.43105.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.66%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 137 (53.91% from 255) = 36.24%
R=25.66%
G=38.10%
B=36.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971441370.3300.050.44171.0619.547.25
Hex61908921052Cab142f
Octal1412202114105542532457
Binary1100001100100001000100110000101011011001010101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619089; }

 p { color: rgb(97,144,137); }

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

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

 a { background-color: rgb(97,144,137); }

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

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

 span { border-color: rgb(97,144,137); }

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