#619086

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

Shades of Patina #619086

Tints of Patina #619086

Color information

#619086 (or 0x619086) is unknown color: approx Patina. HEX triplet: 61, 90 and 86. RGB value is (97,144,134). Sum of RGB (Red+Green+Blue) = 97+144+134=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #619086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619086 is #9E6F79. Grayscale: #808080. Windows color (decimal): -10383226 or 8818785. OLE color: 8818785.

HSL color Cylindrical-coordinate representation of color #619086: hue angle of 167.23º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619086 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB97144134-
CMYK0.3300.070.44
HSL167.23º19.5%47.25%-
HSV(B)167.23º32.64%56.47%-
XYZ19.2124.2126.21-
YUV128.81130.93105.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.87%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 134 (52.73% from 255) = 35.73%
R=25.87%
G=38.4%
B=35.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971441340.3300.070.44167.2319.547.25
Hex61908621072Ca7142f
Octal1412202064107542472457
Binary1100001100100001000011010000101111011001010011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619086; }

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

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

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

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

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

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

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

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