Html Css Color HEX #659180 Patina

📋 copy color: '#659180'

red 101 ◦ green 145 ◦ blue 128

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

Shades of Patina #659180

Tints of Patina #659180

RGB

 RED value IS 101 (39.84% from 255) = 27.01%

 GREEN value IS 145 (57.03% from 255) = 38.77%

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

R = 27.01%
G = 38.77%
B = 34.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#659180 (or 0x659180) is known color: Patina. HEX triplet: 65, 91 and 80. RGB value is (101,145,128). Sum of RGB (Red+Green+Blue) = 101+145+128=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #659180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659180 is #9A6E7F. Grayscale: #818181. Windows color (decimal): -10120832 or 8425829. OLE color: 8425829.

HSL color Cylindrical-coordinate representation of color #659180: hue angle of 156.82º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #659180 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 145 128 -
CMYK 0.30 0 0.12 0.43
HSL 156.82º 0.18% 0.48% -
HSV(B) 156.82º 0.3% 0.57% -
XYZ 19.39 24.58 24.14 -
YUV 129.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 101 145 128 0.30 0 0.12 0.43 156.82 0.18 0.48
Hex 65 91 80 1E 0 C 2B 9D 12 30
Octal 145 221 200 36 0 14 53 235 22 60
Binary 1100101 10010001 10000000 11110 0 1100 101011 10011101 10010 110000

Color Harmonies of #659180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659180

Black with #659180

Text Example


Text Example

White with #659180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659180; }

 p { color: rgb(101,145,128); }

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

background-color css

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

 a { background-color: rgb(101,145,128); }

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

border-color css

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

 span { border-color: rgb(101,145,128); }

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