#618C84

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

Shades of Patina #618C84

Tints of Patina #618C84

Color information

#618C84 (or 0x618C84) is unknown color: approx Patina. HEX triplet: 61, 8C and 84. RGB value is (97,140,132). Sum of RGB (Red+Green+Blue) = 97+140+132=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 140 - color contains mainly: green. Hex color #618C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618C84 is #9E737B. Grayscale: #7E7E7E. Windows color (decimal): -10384252 or 8686689. OLE color: 8686689.

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

Color convert

RGB97140132-
CMYK0.3100.060.45
HSL168.84º18.14%46.47%-
HSV(B)168.84º30.71%54.9%-
XYZ18.4722.9625.29-
YUV126.23131.25107.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 140 (55.08% from 255) = 37.94%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=26.29%
G=37.94%
B=35.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971401320.3100.060.45168.8418.1446.47
Hex618C841F062Da9122e
Octal1412142043706552512256
Binary110000110001100100001001111101101011011010100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,140,132); }

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

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

 a { background-color: rgb(97,140,132); }

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

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

 span { border-color: rgb(97,140,132); }

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