#64AB88

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

Shades of Silver Tree #64AB88

Tints of Silver Tree #64AB88

Color information

#64AB88 (or 0x64AB88) is unknown color: approx Silver Tree. HEX triplet: 64, AB and 88. RGB value is (100,171,136). Sum of RGB (Red+Green+Blue) = 100+171+136=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AB88 is #9B5477. Grayscale: #919191. Windows color (decimal): -10179704 or 8956772. OLE color: 8956772.

HSL color Cylindrical-coordinate representation of color #64AB88: hue angle of 150.42º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AB88 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB100171136-
CMYK0.4200.200.33
HSL150.42º29.71%53.14%-
HSV(B)150.42º41.52%67.06%-
XYZ24.2633.6128.5-
YUV145.78122.4895.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.57%
GREEN value IS 171 (67.19% from 255) = 42.01%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=24.57%
G=42.01%
B=33.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001711360.4200.200.33150.4229.7153.14
Hex64AB882A01421961e35
Octal14425321052024412263665
Binary110010010101011100010001010100101001000011001011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,171,136); }

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

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

 a { background-color: rgb(100,171,136); }

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

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

 span { border-color: rgb(100,171,136); }

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