#65AB88

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

Shades of Silver Tree #65AB88

Tints of Silver Tree #65AB88

Color information

#65AB88 (or 0x65AB88) is unknown color: approx Silver Tree. HEX triplet: 65, AB and 88. RGB value is (101,171,136). Sum of RGB (Red+Green+Blue) = 101+171+136=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AB88 is #9A5477. Grayscale: #929292. Windows color (decimal): -10114168 or 8956773. OLE color: 8956773.

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

Color convert

RGB101171136-
CMYK0.4100.200.33
HSL150º29.41%53.33%-
HSV(B)150º40.94%67.06%-
XYZ24.3733.6728.51-
YUV146.08122.3195.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.75%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 136 (53.52% from 255) = 33.33%
R=24.75%
G=41.91%
B=33.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011711360.4100.200.3315029.4153.33
Hex65AB882901421961d35
Octal14525321051024412263565
Binary110010110101011100010001010010101001000011001011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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