#64937F

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

Shades of Patina #64937F

Tints of Patina #64937F

Color information

#64937F (or 0x64937F) is unknown color: approx Patina. HEX triplet: 64, 93 and 7F. RGB value is (100,147,127). Sum of RGB (Red+Green+Blue) = 100+147+127=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #64937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64937F is #9B6C80. Grayscale: #828282. Windows color (decimal): -10185857 or 8360804. OLE color: 8360804.

HSL color Cylindrical-coordinate representation of color #64937F: hue angle of 154.47º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64937F is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB100147127-
CMYK0.3200.140.42
HSL154.47º19.03%48.43%-
HSV(B)154.47º31.97%57.65%-
XYZ19.5225.1123.9-
YUV130.67125.93106.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 127 (50% from 255) = 33.96%
R=26.74%
G=39.30%
B=33.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001471270.3200.140.42154.4719.0348.43
Hex64937F200E2A9a1330
Octal14422317740016522322360
Binary1100100100100111111111100000011101010101001101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64937F; }

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

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

<style>
 a { background-color: #64937F; }

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

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

<style>
 span { border-color: #64937F; }

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

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