#618B81

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

Shades of Patina #618B81

Tints of Patina #618B81

Color information

#618B81 (or 0x618B81) is unknown color: approx Patina. HEX triplet: 61, 8B and 81. RGB value is (97,139,129). Sum of RGB (Red+Green+Blue) = 97+139+129=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 139 - color contains mainly: green. Hex color #618B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618B81 is #9E747E. Grayscale: #7D7D7D. Windows color (decimal): -10384511 or 8489825. OLE color: 8489825.

HSL color Cylindrical-coordinate representation of color #618B81: hue angle of 165.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618B81 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB97139129-
CMYK0.3000.070.45
HSL165.71º17.8%46.27%-
HSV(B)165.71º30.22%54.51%-
XYZ18.1222.5924.17-
YUV125.3130.09107.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=26.58%
G=38.08%
B=35.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971391290.3000.070.45165.7117.846.27
Hex618B811E072Da6122e
Octal1412132013607552462256
Binary110000110001011100000011111001111011011010011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618B81; }

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

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

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

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

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

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

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

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