#618781

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

Shades of Patina #618781

Tints of Patina #618781

Color information

#618781 (or 0x618781) is unknown color: approx Patina. HEX triplet: 61, 87 and 81. RGB value is (97,135,129). Sum of RGB (Red+Green+Blue) = 97+135+129=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #618781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618781 is #9E787E. Grayscale: #7A7A7A. Windows color (decimal): -10385535 or 8488801. OLE color: 8488801.

HSL color Cylindrical-coordinate representation of color #618781: hue angle of 170.53º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618781 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB97135129-
CMYK0.2800.040.47
HSL170.53º16.38%45.49%-
HSV(B)170.53º28.15%52.94%-
XYZ17.5621.4523.98-
YUV122.95131.41109.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=26.87%
G=37.40%
B=35.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351290.2800.040.47170.5316.3845.49
Hex6187811C042Fab102d
Octal1412072013404572532055
Binary110000110000111100000011110001001011111010101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618781; }

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

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

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

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

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

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

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

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