#618D81

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

Shades of Patina #618D81

Tints of Patina #618D81

Color information

#618D81 (or 0x618D81) is unknown color: approx Patina. HEX triplet: 61, 8D and 81. RGB value is (97,141,129). Sum of RGB (Red+Green+Blue) = 97+141+129=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 141 - color contains mainly: green. Hex color #618D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618D81 is #9E727E. Grayscale: #7E7E7E. Windows color (decimal): -10383999 or 8490337. OLE color: 8490337.

HSL color Cylindrical-coordinate representation of color #618D81: hue angle of 163.64º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618D81 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB97141129-
CMYK0.3100.090.45
HSL163.64º18.49%46.67%-
HSV(B)163.64º31.21%55.29%-
XYZ18.4223.1824.27-
YUV126.48129.42106.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 141 (55.47% from 255) = 38.42%
BLUE value IS 129 (50.78% from 255) = 35.15%
R=26.43%
G=38.42%
B=35.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971411290.3100.090.45163.6418.4946.67
Hex618D811F092Da4122f
Octal14121520137011552442257
Binary1100001100011011000000111111010011011011010010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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