#65B98F

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

Shades of Silver Tree #65B98F

Tints of Silver Tree #65B98F

Color information

#65B98F (or 0x65B98F) is unknown color: approx Silver Tree. HEX triplet: 65, B9 and 8F. RGB value is (101,185,143). Sum of RGB (Red+Green+Blue) = 101+185+143=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #65B98F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B98F is #9A4670. Grayscale: #9B9B9B. Windows color (decimal): -10110577 or 9419109. OLE color: 9419109.

HSL color Cylindrical-coordinate representation of color #65B98F: hue angle of 150º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B98F is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB101185143-
CMYK0.4500.230.27
HSL150º37.5%56.08%-
HSV(B)150º45.41%72.55%-
XYZ27.6739.4532.14-
YUV155.1121.1789.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.54%
GREEN value IS 185 (72.66% from 255) = 43.12%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=23.54%
G=43.12%
B=33.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011851430.4500.230.2715037.556.08
Hex65B98F2D0171B962638
Octal14527121755027332264670
Binary110010110111001100011111011010101111101110010110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,185,143); }

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

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

 a { background-color: rgb(101,185,143); }

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

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

 span { border-color: rgb(101,185,143); }

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