Html Css Color HEX #659A82 Patina

📋 copy color: '#659A82'

red 101 ◦ green 154 ◦ blue 130

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

Shades of Patina #659A82

Tints of Patina #659A82

RGB

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

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

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

R = 26.23%
G = 40%
B = 33.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#659A82 (or 0x659A82) is known color: Patina. HEX triplet: 65, 9A and 82. RGB value is (101,154,130). Sum of RGB (Red+Green+Blue) = 101+154+130=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 154 - color contains mainly: green. Hex color #659A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659A82 is #9A657D. Grayscale: #878787. Windows color (decimal): -10118526 or 8559205. OLE color: 8559205.

HSL color Cylindrical-coordinate representation of color #659A82: hue angle of 152.83º 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 #659A82 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 154 130 -
CMYK 0.34 0 0.16 0.40
HSL 152.83º 0.21% 0.5% -
HSV(B) 152.83º 0.34% 0.6% -
XYZ 20.95 27.49 25.32 -
YUV 135.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 101 154 130 0.34 0 0.16 0.40 152.83 0.21 0.5
Hex 65 9A 82 22 0 10 28 99 15 32
Octal 145 232 202 42 0 20 50 231 25 62
Binary 1100101 10011010 10000010 100010 0 10000 101000 10011001 10101 110010

Color Harmonies of #659A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659A82

Black with #659A82

Text Example


Text Example

White with #659A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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