Html Css Color HEX #73B996 Silver Tree

📋 copy color: '#73B996'

red 115 ◦ green 185 ◦ blue 150

#73B996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #73B996

Tints of Silver Tree #73B996

RGB

 RED value IS 115 (45.31% from 255) = 25.56%

 GREEN value IS 185 (72.66% from 255) = 41.11%

 BLUE value IS 150 (58.98% from 255) = 33.33%

R = 25.56%
G = 41.11%
B = 33.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#73B996 (or 0x73B996) is known color: Silver Tree. HEX triplet: 73, B9 and 96. RGB value is (115,185,150). Sum of RGB (Red+Green+Blue) = 115+185+150=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #73B996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B996 is #8C4669. Grayscale: #A0A0A0. Windows color (decimal): -9193066 or 9877875. OLE color: 9877875.

HSL color Cylindrical-coordinate representation of color #73B996: hue angle of 150º degrees, saturation: 0.33, 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 #73B996 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 185 150 -
CMYK 0.38 0 0.19 0.27
HSL 150º 0.33% 0.59% -
HSV(B) 150º 0.38% 0.73% -
XYZ 29.92 40.54 35.1 -
YUV 160.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 115 185 150 0.38 0 0.19 0.27 150 0.33 0.59
Hex 73 B9 96 26 0 13 1B 96 21 3B
Octal 163 271 226 46 0 23 33 226 41 73
Binary 1110011 10111001 10010110 100110 0 10011 11011 10010110 100001 111011

Color Harmonies of #73B996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B996

Black with #73B996

Text Example


Text Example

White with #73B996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,185,150); }

 H1.HeaderClassName
 {
   color: #73B996;
 }
 .AnyTagClassName
 {
   color: #73B996;
 }
</style>

background-color css

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

 a { background-color: rgb(115,185,150); }

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

border-color css

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

 span { border-color: rgb(115,185,150); }

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