#619080

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

Shades of Patina #619080

Tints of Patina #619080

Color information

#619080 (or 0x619080) is unknown color: approx Patina. HEX triplet: 61, 90 and 80. RGB value is (97,144,128). Sum of RGB (Red+Green+Blue) = 97+144+128=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #619080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619080 is #9E6F7F. Grayscale: #808080. Windows color (decimal): -10383232 or 8425569. OLE color: 8425569.

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

Color convert

RGB97144128-
CMYK0.3300.110.44
HSL159.57º19.5%47.25%-
HSV(B)159.57º32.64%56.47%-
XYZ18.824.0524.07-
YUV128.12127.93105.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=26.29%
G=39.02%
B=34.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971441280.3300.110.44159.5719.547.25
Hex619080210B2Ca0142f
Octal14122020041013542402457
Binary11000011001000010000000100001010111011001010000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619080; }

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

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

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

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

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

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

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

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