#64987E

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

Shades of Patina #64987E

Tints of Patina #64987E

Color information

#64987E (or 0x64987E) is unknown color: approx Patina. HEX triplet: 64, 98 and 7E. RGB value is (100,152,126). Sum of RGB (Red+Green+Blue) = 100+152+126=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #64987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64987E is #9B6781. Grayscale: #858585. Windows color (decimal): -10184578 or 8296548. OLE color: 8296548.

HSL color Cylindrical-coordinate representation of color #64987E: hue angle of 150º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64987E is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB100152126-
CMYK0.3400.170.40
HSL150º20.63%49.41%-
HSV(B)150º34.21%59.61%-
XYZ20.2526.6723.82-
YUV133.49123.77104.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.46%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=26.46%
G=40.21%
B=33.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001521260.3400.170.4015020.6349.41
Hex64987E2201128961531
Octal14423017642021502262561
Binary11001001001100011111101000100100011010001001011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64987E; }

 p { color: rgb(100,152,126); }

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

<style>
 a { background-color: #64987E; }

 a { background-color: rgb(100,152,126); }

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

<style>
 span { border-color: #64987E; }

 span { border-color: rgb(100,152,126); }

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