Html Css Color HEX #618680 Patina

📋 copy color: '#618680'

red 97 ◦ green 134 ◦ blue 128

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

Shades of Patina #618680

Tints of Patina #618680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.33%

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

R = 27.02%
G = 37.33%
B = 35.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#618680 (or 0x618680) is known color: Patina. HEX triplet: 61, 86 and 80. RGB value is (97,134,128). Sum of RGB (Red+Green+Blue) = 97+134+128=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 134 - color contains mainly: green. Hex color #618680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618680 is #9E797F. Grayscale: #7A7A7A. Windows color (decimal): -10385792 or 8423009. OLE color: 8423009.

HSL color Cylindrical-coordinate representation of color #618680: hue angle of 170.27º 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 #618680 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 134 128 -
CMYK 0.28 0 0.04 0.47
HSL 170.27º 0.16% 0.45% -
HSV(B) 170.27º 0.28% 0.53% -
XYZ 17.35 21.15 23.59 -
YUV 122.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 97 134 128 0.28 0 0.04 0.47 170.27 0.16 0.45
Hex 61 86 80 1C 0 4 2F AA 10 2D
Octal 141 206 200 34 0 4 57 252 20 55
Binary 1100001 10000110 10000000 11100 0 100 101111 10101010 10000 101101

Color Harmonies of #618680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618680

Black with #618680

Text Example


Text Example

White with #618680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618680; }

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

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

background-color css

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

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

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

border-color css

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

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

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