#64BA7E

Color #64BA7E Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #64BA7E

Tints of Silver Tree #64BA7E

Color information

#64BA7E (or 0x64BA7E) is unknown color: approx Silver Tree. HEX triplet: 64, BA and 7E. RGB value is (100,186,126). Sum of RGB (Red+Green+Blue) = 100+186+126=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA7E is #9B4581. Grayscale: #999999. Windows color (decimal): -10175874 or 8305252. OLE color: 8305252.

HSL color Cylindrical-coordinate representation of color #64BA7E: hue angle of 138.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64BA7E is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB100186126-
CMYK0.4600.320.27
HSL138.14º38.39%56.08%-
HSV(B)138.14º46.24%72.94%-
XYZ26.5839.3325.93-
YUV153.45112.5189.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.27%
GREEN value IS 186 (73.05% from 255) = 45.15%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=24.27%
G=45.15%
B=30.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001861260.4600.320.27138.1438.3956.08
Hex64BA7E2E0201B8a2638
Octal14427217656040332124670
Binary110010010111010111111010111001000001101110001010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BA7E; }

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

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

<style>
 a { background-color: #64BA7E; }

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

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

<style>
 span { border-color: #64BA7E; }

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

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