#619983

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

Shades of Patina #619983

Tints of Patina #619983

Color information

#619983 (or 0x619983) is unknown color: approx Patina. HEX triplet: 61, 99 and 83. RGB value is (97,153,131). Sum of RGB (Red+Green+Blue) = 97+153+131=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #619983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619983 is #9E667C. Grayscale: #858585. Windows color (decimal): -10380925 or 8624481. OLE color: 8624481.

HSL color Cylindrical-coordinate representation of color #619983: hue angle of 156.43º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619983 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB97153131-
CMYK0.3700.140.4
HSL156.43º22.4%49.02%-
HSV(B)156.43º36.6%60%-
XYZ20.4226.9625.6-
YUV133.75126.45101.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 153 (60.16% from 255) = 40.16%
BLUE value IS 131 (51.56% from 255) = 34.38%
R=25.46%
G=40.16%
B=34.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971531310.3700.140.4156.4322.449.02
Hex619983250E289c1631
Octal14123120345016502342661
Binary11000011001100110000011100101011101010001001110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619983; }

 p { color: rgb(97,153,131); }

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

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

 a { background-color: rgb(97,153,131); }

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

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

 span { border-color: rgb(97,153,131); }

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