#619886

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

Shades of Patina #619886

Tints of Patina #619886

Color information

#619886 (or 0x619886) is unknown color: approx Patina. HEX triplet: 61, 98 and 86. RGB value is (97,152,134). Sum of RGB (Red+Green+Blue) = 97+152+134=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #619886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619886 is #9E6779. Grayscale: #858585. Windows color (decimal): -10381178 or 8820833. OLE color: 8820833.

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

Color convert

RGB97152134-
CMYK0.3600.120.40
HSL160.36º22.09%48.82%-
HSV(B)160.36º36.18%59.61%-
XYZ20.4626.7226.63-
YUV133.5128.28101.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.33%
GREEN value IS 152 (59.77% from 255) = 39.69%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=25.33%
G=39.69%
B=34.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971521340.3600.120.40160.3622.0948.82
Hex619886240C28a01631
Octal14123020644014502402661
Binary11000011001100010000110100100011001010001010000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619886; }

 p { color: rgb(97,152,134); }

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

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

 a { background-color: rgb(97,152,134); }

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

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

 span { border-color: rgb(97,152,134); }

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