#64897B

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

Shades of Patina #64897B

Tints of Patina #64897B

Color information

#64897B (or 0x64897B) is unknown color: approx Patina. HEX triplet: 64, 89 and 7B. RGB value is (100,137,123). Sum of RGB (Red+Green+Blue) = 100+137+123=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #64897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64897B is #9B7684. Grayscale: #7C7C7C. Windows color (decimal): -10188421 or 8096100. OLE color: 8096100.

HSL color Cylindrical-coordinate representation of color #64897B: hue angle of 157.3º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64897B is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB100137123-
CMYK0.2700.100.46
HSL157.3º15.61%46.47%-
HSV(B)157.3º27.01%53.73%-
XYZ17.7822.0322.05-
YUV124.34127.24110.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=27.78%
G=38.06%
B=34.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001371230.2700.100.46157.315.6146.47
Hex64897B1B0A2E9d102e
Octal14421117333012562352056
Binary110010010001001111101111011010101011101001110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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