#619784

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

Shades of Patina #619784

Tints of Patina #619784

Color information

#619784 (or 0x619784) is unknown color: approx Patina. HEX triplet: 61, 97 and 84. RGB value is (97,151,132). Sum of RGB (Red+Green+Blue) = 97+151+132=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 151 - color contains mainly: green. Hex color #619784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619784 is #9E687B. Grayscale: #848484. Windows color (decimal): -10381436 or 8689505. OLE color: 8689505.

HSL color Cylindrical-coordinate representation of color #619784: hue angle of 158.89º 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 #619784 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB97151132-
CMYK0.3600.130.41
HSL158.89º21.77%48.63%-
HSV(B)158.89º35.76%59.22%-
XYZ20.1626.3425.85-
YUV132.69127.61102.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 151 (59.38% from 255) = 39.74%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=25.53%
G=39.74%
B=34.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971511320.3600.130.41158.8921.7748.63
Hex619784240D299f1631
Octal14122720444015512372661
Binary11000011001011110000100100100011011010011001111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619784; }

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

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

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

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

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

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

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

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