#72BF8D

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

Shades of Silver Tree #72BF8D

Tints of Silver Tree #72BF8D

Color information

#72BF8D (or 0x72BF8D) is unknown color: approx Silver Tree. HEX triplet: 72, BF and 8D. RGB value is (114,191,141). Sum of RGB (Red+Green+Blue) = 114+191+141=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BF8D is #8D4072. Grayscale: #A2A2A2. Windows color (decimal): -9257075 or 9289586. OLE color: 9289586.

HSL color Cylindrical-coordinate representation of color #72BF8D: hue angle of 141.04º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BF8D is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB114191141-
CMYK0.4000.260.25
HSL141.04º37.56%59.8%-
HSV(B)141.04º40.31%74.9%-
XYZ30.3842.7631.85-
YUV162.28115.9993.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.56%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=25.56%
G=42.83%
B=31.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911410.4000.260.25141.0437.5659.8
Hex72BF8D2801A198d263c
Octal16227721550032312154674
Binary111001010111111100011011010000110101100110001101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72BF8D; }

 p { color: rgb(114,191,141); }

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

<style>
 a { background-color: #72BF8D; }

 a { background-color: rgb(114,191,141); }

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

<style>
 span { border-color: #72BF8D; }

 span { border-color: rgb(114,191,141); }

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