Html Css Color HEX #618C80 Patina

📋 copy color: '#618C80'

red 97 ◦ green 140 ◦ blue 128

#618C80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #618C80

Tints of Patina #618C80

RGB

 RED value IS 97 (38.28% from 255) = 26.58%

 GREEN value IS 140 (55.08% from 255) = 38.36%

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 26.58%
G = 38.36%
B = 35.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#618C80 (or 0x618C80) is known color: Patina. HEX triplet: 61, 8C and 80. RGB value is (97,140,128). Sum of RGB (Red+Green+Blue) = 97+140+128=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 140 - color contains mainly: green. Hex color #618C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618C80 is #9E737F. Grayscale: #7D7D7D. Windows color (decimal): -10384256 or 8424545. OLE color: 8424545.

HSL color Cylindrical-coordinate representation of color #618C80: hue angle of 163.26º 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 #618C80 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 140 128 -
CMYK 0.31 0 0.09 0.45
HSL 163.26º 0.18% 0.46% -
HSV(B) 163.26º 0.31% 0.55% -
XYZ 18.2 22.86 23.87 -
YUV 125.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 97 140 128 0.31 0 0.09 0.45 163.26 0.18 0.46
Hex 61 8C 80 1F 0 9 2D A3 12 2E
Octal 141 214 200 37 0 11 55 243 22 56
Binary 1100001 10001100 10000000 11111 0 1001 101101 10100011 10010 101110

Color Harmonies of #618C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618C80

Black with #618C80

Text Example


Text Example

White with #618C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #618C80;
 }
 .AnyTagClassName
 {
   color: #618C80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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