#64BE91

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

Shades of Silver Tree #64BE91

Tints of Silver Tree #64BE91

Color information

#64BE91 (or 0x64BE91) is unknown color: approx Silver Tree. HEX triplet: 64, BE and 91. RGB value is (100,190,145). Sum of RGB (Red+Green+Blue) = 100+190+145=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BE91 is #9B416E. Grayscale: #9E9E9E. Windows color (decimal): -10174831 or 9551460. OLE color: 9551460.

HSL color Cylindrical-coordinate representation of color #64BE91: hue angle of 150º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BE91 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB100190145-
CMYK0.4700.240.25
HSL150º40.91%56.86%-
HSV(B)150º47.37%74.51%-
XYZ28.7841.5833.3-
YUV157.96120.6886.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.99%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 145 (57.03% from 255) = 33.33%
R=22.99%
G=43.68%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001901450.4700.240.2515040.9156.86
Hex64BE912F01819962939
Octal14427622157030312265171
Binary110010010111110100100011011110110001100110010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,190,145); }

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

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

 a { background-color: rgb(100,190,145); }

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

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

 span { border-color: rgb(100,190,145); }

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