Html Css Color HEX #618780 Patina

📋 copy color: '#618780'

red 97 ◦ green 135 ◦ blue 128

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

Shades of Patina #618780

Tints of Patina #618780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.5%

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

R = 26.94%
G = 37.5%
B = 35.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#618780 (or 0x618780) is known color: Patina. HEX triplet: 61, 87 and 80. RGB value is (97,135,128). Sum of RGB (Red+Green+Blue) = 97+135+128=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #618780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618780 is #9E787F. Grayscale: #7A7A7A. Windows color (decimal): -10385536 or 8423265. OLE color: 8423265.

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

Color convert

RGB 97 135 128 -
CMYK 0.28 0 0.05 0.47
HSL 168.95º 0.16% 0.45% -
HSV(B) 168.95º 0.28% 0.53% -
XYZ 17.49 21.43 23.64 -
YUV 122.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 97 135 128 0.28 0 0.05 0.47 168.95 0.16 0.45
Hex 61 87 80 1C 0 5 2F A9 10 2D
Octal 141 207 200 34 0 5 57 251 20 55
Binary 1100001 10000111 10000000 11100 0 101 101111 10101001 10000 101101

Color Harmonies of #618780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618780

Black with #618780

Text Example


Text Example

White with #618780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618780; }

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

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

background-color css

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

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

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

border-color css

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

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

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