Html Css Color HEX #618D80 Patina

📋 copy color: '#618D80'

red 97 ◦ green 141 ◦ blue 128

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

Shades of Patina #618D80

Tints of Patina #618D80

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

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

R = 26.5%
G = 38.52%
B = 34.97%

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

#618D80 (or 0x618D80) is known color: Patina. HEX triplet: 61, 8D and 80. RGB value is (97,141,128). Sum of RGB (Red+Green+Blue) = 97+141+128=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 141 - color contains mainly: green. Hex color #618D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618D80 is #9E727F. Grayscale: #7E7E7E. Windows color (decimal): -10384000 or 8424801. OLE color: 8424801.

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

Color convert

RGB 97 141 128 -
CMYK 0.31 0 0.09 0.45
HSL 162.27º 0.18% 0.47% -
HSV(B) 162.27º 0.31% 0.55% -
XYZ 18.35 23.15 23.92 -
YUV 126.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 97 141 128 0.31 0 0.09 0.45 162.27 0.18 0.47
Hex 61 8D 80 1F 0 9 2D A2 12 2F
Octal 141 215 200 37 0 11 55 242 22 57
Binary 1100001 10001101 10000000 11111 0 1001 101101 10100010 10010 101111

Color Harmonies of #618D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D80

Black with #618D80

Text Example


Text Example

White with #618D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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