#619181

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

Shades of Patina #619181

Tints of Patina #619181

Color information

#619181 (or 0x619181) is unknown color: approx Patina. HEX triplet: 61, 91 and 81. RGB value is (97,145,129). Sum of RGB (Red+Green+Blue) = 97+145+129=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #619181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619181 is #9E6E7E. Grayscale: #808080. Windows color (decimal): -10382975 or 8491361. OLE color: 8491361.

HSL color Cylindrical-coordinate representation of color #619181: hue angle of 160º 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 #619181 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB97145129-
CMYK0.3300.110.43
HSL160º19.83%47.45%-
HSV(B)160º33.1%56.86%-
XYZ19.0224.3824.47-
YUV128.82128.1105.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 129 (50.78% from 255) = 34.77%
R=26.15%
G=39.08%
B=34.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971451290.3300.110.4316019.8347.45
Hex619181210B2Ba0142f
Octal14122120141013532402457
Binary11000011001000110000001100001010111010111010000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619181; }

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

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

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

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

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

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

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

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