Html Css Color HEX #659B8E Patina

📋 copy color: '#659B8E'

red 101 ◦ green 155 ◦ blue 142

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

Shades of Patina #659B8E

Tints of Patina #659B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.94%

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 25.38%
G = 38.94%
B = 35.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#659B8E (or 0x659B8E) is known color: Patina. HEX triplet: 65, 9B and 8E. RGB value is (101,155,142). Sum of RGB (Red+Green+Blue) = 101+155+142=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #659B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659B8E is #9A6471. Grayscale: #898989. Windows color (decimal): -10118258 or 9345893. OLE color: 9345893.

HSL color Cylindrical-coordinate representation of color #659B8E: hue angle of 165.56º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659B8E is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 155 142 -
CMYK 0.35 0 0.08 0.39
HSL 165.56º 0.21% 0.5% -
HSV(B) 165.56º 0.35% 0.61% -
XYZ 21.97 28.16 29.87 -
YUV 137.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 101 155 142 0.35 0 0.08 0.39 165.56 0.21 0.5
Hex 65 9B 8E 23 0 8 27 A6 15 32
Octal 145 233 216 43 0 10 47 246 25 62
Binary 1100101 10011011 10001110 100011 0 1000 100111 10100110 10101 110010

Color Harmonies of #659B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659B8E

Black with #659B8E

Text Example


Text Example

White with #659B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,155,142); }

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

background-color css

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

 a { background-color: rgb(101,155,142); }

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

border-color css

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

 span { border-color: rgb(101,155,142); }

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