#65AF88

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

Shades of Silver Tree #65AF88

Tints of Silver Tree #65AF88

Color information

#65AF88 (or 0x65AF88) is unknown color: approx Silver Tree. HEX triplet: 65, AF and 88. RGB value is (101,175,136). Sum of RGB (Red+Green+Blue) = 101+175+136=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AF88 is #9A5077. Grayscale: #949494. Windows color (decimal): -10113144 or 8957797. OLE color: 8957797.

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

Color convert

RGB101175136-
CMYK0.4200.220.31
HSL148.38º31.62%54.12%-
HSV(B)148.38º42.29%68.63%-
XYZ25.1435.228.76-
YUV148.43120.9894.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.51%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=24.51%
G=42.48%
B=33.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751360.4200.220.31148.3831.6254.12
Hex65AF882A0161F942036
Octal14525721052026372244066
Binary110010110101111100010001010100101101111110010100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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