#64BB8B

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

Shades of Silver Tree #64BB8B

Tints of Silver Tree #64BB8B

Color information

#64BB8B (or 0x64BB8B) is unknown color: approx Silver Tree. HEX triplet: 64, BB and 8B. RGB value is (100,187,139). Sum of RGB (Red+Green+Blue) = 100+187+139=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BB8B is #9B4474. Grayscale: #9B9B9B. Windows color (decimal): -10175605 or 9157476. OLE color: 9157476.

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

Color convert

RGB100187139-
CMYK0.4700.260.27
HSL146.9º39.01%56.27%-
HSV(B)146.9º46.52%73.33%-
XYZ27.6940.1130.71-
YUV155.51118.6888.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 187 (73.44% from 255) = 43.90%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=23.47%
G=43.90%
B=32.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001871390.4700.260.27146.939.0156.27
Hex64BB8B2F01A1B932738
Octal14427321357032332234770
Binary110010010111011100010111011110110101101110010011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,187,139); }

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

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

 a { background-color: rgb(100,187,139); }

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

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

 span { border-color: rgb(100,187,139); }

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