Html Css Color HEX #659A80 Patina

📋 copy color: '#659A80'

red 101 ◦ green 154 ◦ blue 128

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

Shades of Patina #659A80

Tints of Patina #659A80

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.21%

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

R = 26.37%
G = 40.21%
B = 33.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#659A80 (or 0x659A80) is known color: Patina. HEX triplet: 65, 9A and 80. RGB value is (101,154,128). Sum of RGB (Red+Green+Blue) = 101+154+128=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 154 - color contains mainly: green. Hex color #659A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659A80 is #9A657F. Grayscale: #878787. Windows color (decimal): -10118528 or 8428133. OLE color: 8428133.

HSL color Cylindrical-coordinate representation of color #659A80: hue angle of 150.57º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659A80 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 154 128 -
CMYK 0.34 0 0.17 0.40
HSL 150.57º 0.21% 0.5% -
HSV(B) 150.57º 0.34% 0.6% -
XYZ 20.82 27.44 24.62 -
YUV 135.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 101 154 128 0.34 0 0.17 0.40 150.57 0.21 0.5
Hex 65 9A 80 22 0 11 28 97 15 32
Octal 145 232 200 42 0 21 50 227 25 62
Binary 1100101 10011010 10000000 100010 0 10001 101000 10010111 10101 110010

Color Harmonies of #659A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659A80

Black with #659A80

Text Example


Text Example

White with #659A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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