#619780

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

Shades of Patina #619780

Tints of Patina #619780

Color information

#619780 (or 0x619780) is unknown color: approx Patina. HEX triplet: 61, 97 and 80. RGB value is (97,151,128). Sum of RGB (Red+Green+Blue) = 97+151+128=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #619780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619780 is #9E687F. Grayscale: #848484. Windows color (decimal): -10381440 or 8427361. OLE color: 8427361.

HSL color Cylindrical-coordinate representation of color #619780: hue angle of 154.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619780 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB97151128-
CMYK0.3600.150.41
HSL154.44º21.77%48.63%-
HSV(B)154.44º35.76%59.22%-
XYZ19.8926.2324.44-
YUV132.23125.61102.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 151 (59.38% from 255) = 40.16%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=25.80%
G=40.16%
B=34.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971511280.3600.150.41154.4421.7748.63
Hex619780240F299a1631
Octal14122720044017512322661
Binary11000011001011110000000100100011111010011001101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619780; }

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

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

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

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

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

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

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

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