#64947B

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

Shades of Patina #64947B

Tints of Patina #64947B

Color information

#64947B (or 0x64947B) is unknown color: approx Patina. HEX triplet: 64, 94 and 7B. RGB value is (100,148,123). Sum of RGB (Red+Green+Blue) = 100+148+123=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #64947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64947B is #9B6B84. Grayscale: #828282. Windows color (decimal): -10185605 or 8098916. OLE color: 8098916.

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

Color convert

RGB100148123-
CMYK0.3200.170.42
HSL148.75º19.35%48.63%-
HSV(B)148.75º32.43%58.04%-
XYZ19.4225.3222.6-
YUV130.8123.6106.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=26.95%
G=39.89%
B=33.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001481230.3200.170.42148.7519.3548.63
Hex64947B200112A951331
Octal14422417340021522252361
Binary11001001001010011110111000000100011010101001010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64947B; }

 p { color: rgb(100,148,123); }

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

<style>
 a { background-color: #64947B; }

 a { background-color: rgb(100,148,123); }

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

<style>
 span { border-color: #64947B; }

 span { border-color: rgb(100,148,123); }

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