#649B7F

Color #649B7F Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #649B7F

Tints of Patina #649B7F

Color information

#649B7F (or 0x649B7F) is unknown color: approx Patina. HEX triplet: 64, 9B and 7F. RGB value is (100,155,127). Sum of RGB (Red+Green+Blue) = 100+155+127=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #649B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649B7F is #9B6480. Grayscale: #878787. Windows color (decimal): -10183809 or 8362852. OLE color: 8362852.

HSL color Cylindrical-coordinate representation of color #649B7F: hue angle of 149.45º degrees, saturation: 0.22, 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 #649B7F is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB100155127-
CMYK0.3500.180.39
HSL149.45º21.57%50%-
HSV(B)149.45º35.48%60.78%-
XYZ20.8127.6824.33-
YUV135.36123.28102.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 155 (60.94% from 255) = 40.58%
BLUE value IS 127 (50% from 255) = 33.25%
R=26.18%
G=40.58%
B=33.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001551270.3500.180.39149.4521.5750
Hex649B7F2301227951632
Octal14423317743022472252662
Binary11001001001101111111111000110100101001111001010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649B7F; }

 p { color: rgb(100,155,127); }

 H1.HeaderClassName
 {
   color: #649B7F;
 }
 .AnyTagClassName
 {
   color: #649B7F;
 }
</style>
background-color css

<style>
 a { background-color: #649B7F; }

 a { background-color: rgb(100,155,127); }

 div.DivClassName
 {
   background-color: #649B7F;
 }
 .BgClassName
 {
   background-color: #649B7F;
 }
</style>
border-color css

<style>
 span { border-color: #649B7F; }

 span { border-color: rgb(100,155,127); }

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