Html Css Color HEX #619780 Patina

📋 copy color: '#619780'

red 97 ◦ green 151 ◦ blue 128

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

Shades of Patina #619780

Tints of Patina #619780

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

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

R = 25.8%
G = 40.16%
B = 34.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#619780 (or 0x619780) is known color: Patina. HEX triplet: 61, 97 and 80. RGB value is (97,151,128). Sum of RGB (Red+Green+Blue) = 97+151+128=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #619780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619780 is #9E687F. Grayscale: #848484. Windows color (decimal): -10381440 or 8427361. OLE color: 8427361.

HSL color Cylindrical-coordinate representation of color #619780: hue angle of 154.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619780 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 151 128 -
CMYK 0.36 0 0.15 0.41
HSL 154.44º 0.22% 0.49% -
HSV(B) 154.44º 0.36% 0.59% -
XYZ 19.89 26.23 24.44 -
YUV 132.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 97 151 128 0.36 0 0.15 0.41 154.44 0.22 0.49
Hex 61 97 80 24 0 F 29 9A 16 31
Octal 141 227 200 44 0 17 51 232 26 61
Binary 1100001 10010111 10000000 100100 0 1111 101001 10011010 10110 110001

Color Harmonies of #619780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619780

Black with #619780

Text Example


Text Example

White with #619780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619780; }

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

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

background-color css

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

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

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

border-color css

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

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

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