Html Css Color HEX #659E82 Patina

📋 copy color: '#659E82'

red 101 ◦ green 158 ◦ blue 130

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

Shades of Patina #659E82

Tints of Patina #659E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 25.96%
G = 40.62%
B = 33.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#659E82 (or 0x659E82) is known color: Patina. HEX triplet: 65, 9E and 82. RGB value is (101,158,130). Sum of RGB (Red+Green+Blue) = 101+158+130=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #659E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659E82 is #9A617D. Grayscale: #898989. Windows color (decimal): -10117502 or 8560229. OLE color: 8560229.

HSL color Cylindrical-coordinate representation of color #659E82: hue angle of 150.53º 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 #659E82 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 158 130 -
CMYK 0.36 0 0.18 0.38
HSL 150.53º 0.23% 0.51% -
HSV(B) 150.53º 0.36% 0.62% -
XYZ 21.62 28.83 25.54 -
YUV 137.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 101 158 130 0.36 0 0.18 0.38 150.53 0.23 0.51
Hex 65 9E 82 24 0 12 26 97 17 33
Octal 145 236 202 44 0 22 46 227 27 63
Binary 1100101 10011110 10000010 100100 0 10010 100110 10010111 10111 110011

Color Harmonies of #659E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659E82

Black with #659E82

Text Example


Text Example

White with #659E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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