#619687

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

Shades of Patina #619687

Tints of Patina #619687

Color information

#619687 (or 0x619687) is unknown color: approx Patina. HEX triplet: 61, 96 and 87. RGB value is (97,150,135). Sum of RGB (Red+Green+Blue) = 97+150+135=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 150 - color contains mainly: green. Hex color #619687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619687 is #9E6978. Grayscale: #848484. Windows color (decimal): -10381689 or 8885857. OLE color: 8885857.

HSL color Cylindrical-coordinate representation of color #619687: hue angle of 163.02º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619687 is Cyan = 0.35, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB97150135-
CMYK0.3500.10.41
HSL163.02º21.46%48.43%-
HSV(B)163.02º35.33%58.82%-
XYZ20.2126.126.89-
YUV132.44129.44102.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.39%
GREEN value IS 150 (58.98% from 255) = 39.27%
BLUE value IS 135 (53.12% from 255) = 35.34%
R=25.39%
G=39.27%
B=35.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971501350.3500.10.41163.0221.4648.43
Hex619687230A29a31530
Octal14122620743012512432560
Binary11000011001011010000111100011010101010011010001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619687; }

 p { color: rgb(97,150,135); }

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

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

 a { background-color: rgb(97,150,135); }

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

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

 span { border-color: rgb(97,150,135); }

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