#649D7F

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

Shades of Patina #649D7F

Tints of Patina #649D7F

Color information

#649D7F (or 0x649D7F) is unknown color: approx Patina. HEX triplet: 64, 9D and 7F. RGB value is (100,157,127). Sum of RGB (Red+Green+Blue) = 100+157+127=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 157 - color contains mainly: green. Hex color #649D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D7F is #9B6280. Grayscale: #888888. Windows color (decimal): -10183297 or 8363364. OLE color: 8363364.

HSL color Cylindrical-coordinate representation of color #649D7F: hue angle of 148.42º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649D7F is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB100157127-
CMYK0.3600.190.38
HSL148.42º22.53%50.39%-
HSV(B)148.42º36.31%61.57%-
XYZ21.1428.3624.44-
YUV136.54122.62101.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 157 (61.72% from 255) = 40.89%
BLUE value IS 127 (50% from 255) = 33.07%
R=26.04%
G=40.89%
B=33.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001571270.3600.190.38148.4222.5350.39
Hex649D7F2401326941732
Octal14423517744023462242762
Binary11001001001110111111111001000100111001101001010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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