#73BA95

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

Shades of Silver Tree #73BA95

Tints of Silver Tree #73BA95

Color information

#73BA95 (or 0x73BA95) is unknown color: approx Silver Tree. HEX triplet: 73, BA and 95. RGB value is (115,186,149). Sum of RGB (Red+Green+Blue) = 115+186+149=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BA95 is #8C456A. Grayscale: #A0A0A0. Windows color (decimal): -9192811 or 9812595. OLE color: 9812595.

HSL color Cylindrical-coordinate representation of color #73BA95: hue angle of 148.73º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73BA95 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB115186149-
CMYK0.3800.200.27
HSL148.73º33.97%59.02%-
HSV(B)148.73º38.17%72.94%-
XYZ30.0540.9334.75-
YUV160.55121.4895.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.56%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 149 (58.59% from 255) = 33.11%
R=25.56%
G=41.33%
B=33.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151861490.3800.200.27148.7333.9759.02
Hex73BA95260141B95223b
Octal16327222546024332254273
Binary111001110111010100101011001100101001101110010101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73BA95; }

 p { color: rgb(115,186,149); }

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

<style>
 a { background-color: #73BA95; }

 a { background-color: rgb(115,186,149); }

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

<style>
 span { border-color: #73BA95; }

 span { border-color: rgb(115,186,149); }

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