Html Css Color HEX #659E80 Patina

📋 copy color: '#659E80'

red 101 ◦ green 158 ◦ blue 128

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

Shades of Patina #659E80

Tints of Patina #659E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.83%

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

R = 26.1%
G = 40.83%
B = 33.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#659E80 (or 0x659E80) is known color: Patina. HEX triplet: 65, 9E and 80. RGB value is (101,158,128). Sum of RGB (Red+Green+Blue) = 101+158+128=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #659E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659E80 is #9A617F. Grayscale: #898989. Windows color (decimal): -10117504 or 8429157. OLE color: 8429157.

HSL color Cylindrical-coordinate representation of color #659E80: hue angle of 148.42º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659E80 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 158 128 -
CMYK 0.36 0 0.19 0.38
HSL 148.42º 0.23% 0.51% -
HSV(B) 148.42º 0.36% 0.62% -
XYZ 21.49 28.78 24.84 -
YUV 137.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 101 158 128 0.36 0 0.19 0.38 148.42 0.23 0.51
Hex 65 9E 80 24 0 13 26 94 17 33
Octal 145 236 200 44 0 23 46 224 27 63
Binary 1100101 10011110 10000000 100100 0 10011 100110 10010100 10111 110011

Color Harmonies of #659E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659E80

Black with #659E80

Text Example


Text Example

White with #659E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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