Html Css Color HEX #659F82 Patina

📋 copy color: '#659F82'

red 101 ◦ green 159 ◦ blue 130

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

Shades of Patina #659F82

Tints of Patina #659F82

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.77%

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

R = 25.9%
G = 40.77%
B = 33.33%

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

#659F82 (or 0x659F82) is known color: Patina. HEX triplet: 65, 9F and 82. RGB value is (101,159,130). Sum of RGB (Red+Green+Blue) = 101+159+130=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #659F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F82 is #9A607D. Grayscale: #8A8A8A. Windows color (decimal): -10117246 or 8560485. OLE color: 8560485.

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

Color convert

RGB 101 159 130 -
CMYK 0.36 0 0.18 0.38
HSL 150º 0.23% 0.51% -
HSV(B) 150º 0.36% 0.62% -
XYZ 21.79 29.17 25.6 -
YUV 138.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 101 159 130 0.36 0 0.18 0.38 150 0.23 0.51
Hex 65 9F 82 24 0 12 26 96 17 33
Octal 145 237 202 44 0 22 46 226 27 63
Binary 1100101 10011111 10000010 100100 0 10010 100110 10010110 10111 110011

Color Harmonies of #659F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659F82

Black with #659F82

Text Example


Text Example

White with #659F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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