#64B08C

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

Shades of Silver Tree #64B08C

Tints of Silver Tree #64B08C

Color information

#64B08C (or 0x64B08C) is unknown color: approx Silver Tree. HEX triplet: 64, B0 and 8C. RGB value is (100,176,140). Sum of RGB (Red+Green+Blue) = 100+176+140=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #64B08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64B08C is #9B4F73. Grayscale: #959595. Windows color (decimal): -10178420 or 9220196. OLE color: 9220196.

HSL color Cylindrical-coordinate representation of color #64B08C: hue angle of 151.58º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64B08C is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB100176140-
CMYK0.4300.200.31
HSL151.58º32.48%54.12%-
HSV(B)151.58º43.18%69.02%-
XYZ25.5135.6530.35-
YUV149.17122.8292.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.04%
GREEN value IS 176 (69.14% from 255) = 42.31%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=24.04%
G=42.31%
B=33.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001761400.4300.200.31151.5832.4854.12
Hex64B08C2B0141F982036
Octal14426021453024372304066
Binary110010010110000100011001010110101001111110011000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,176,140); }

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

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

 a { background-color: rgb(100,176,140); }

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

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

 span { border-color: rgb(100,176,140); }

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