#72BF8E

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

Shades of Silver Tree #72BF8E

Tints of Silver Tree #72BF8E

Color information

#72BF8E (or 0x72BF8E) is unknown color: approx Silver Tree. HEX triplet: 72, BF and 8E. RGB value is (114,191,142). Sum of RGB (Red+Green+Blue) = 114+191+142=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BF8E is #8D4071. Grayscale: #A2A2A2. Windows color (decimal): -9257074 or 9355122. OLE color: 9355122.

HSL color Cylindrical-coordinate representation of color #72BF8E: hue angle of 141.82º 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 #72BF8E is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB114191142-
CMYK0.4000.260.25
HSL141.82º37.56%59.8%-
HSV(B)141.82º40.31%74.9%-
XYZ30.4542.7932.25-
YUV162.39116.4993.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.50%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=25.50%
G=42.73%
B=31.77%

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
Decimal1141911420.4000.260.25141.8237.5659.8
Hex72BF8E2801A198e263c
Octal16227721650032312164674
Binary111001010111111100011101010000110101100110001110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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