#619187

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

Shades of Patina #619187

Tints of Patina #619187

Color information

#619187 (or 0x619187) is unknown color: approx Patina. HEX triplet: 61, 91 and 87. RGB value is (97,145,135). Sum of RGB (Red+Green+Blue) = 97+145+135=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #619187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619187 is #9E6E78. Grayscale: #818181. Windows color (decimal): -10382969 or 8884577. OLE color: 8884577.

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

Color convert

RGB97145135-
CMYK0.3300.070.43
HSL167.5º19.83%47.45%-
HSV(B)167.5º33.1%56.86%-
XYZ19.4324.5426.63-
YUV129.51131.1104.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 135 (53.12% from 255) = 35.81%
R=25.73%
G=38.46%
B=35.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971451350.3300.070.43167.519.8347.45
Hex61918721072Ba8142f
Octal1412212074107532502457
Binary1100001100100011000011110000101111010111010100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619187; }

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

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

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

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

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

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

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

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