#619081

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

Shades of Patina #619081

Tints of Patina #619081

Color information

#619081 (or 0x619081) is unknown color: approx Patina. HEX triplet: 61, 90 and 81. RGB value is (97,144,129). Sum of RGB (Red+Green+Blue) = 97+144+129=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #619081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619081 is #9E6F7E. Grayscale: #808080. Windows color (decimal): -10383231 or 8491105. OLE color: 8491105.

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

Color convert

RGB97144129-
CMYK0.3300.100.44
HSL160.85º19.5%47.25%-
HSV(B)160.85º32.64%56.47%-
XYZ18.8724.0724.42-
YUV128.24128.43105.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=26.22%
G=38.92%
B=34.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971441290.3300.100.44160.8519.547.25
Hex619081210A2Ca1142f
Octal14122020141012542412457
Binary11000011001000010000001100001010101011001010000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619081; }

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

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

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

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

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

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

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

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