#72B890

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

Shades of Silver Tree #72B890

Tints of Silver Tree #72B890

Color information

#72B890 (or 0x72B890) is unknown color: approx Silver Tree. HEX triplet: 72, B8 and 90. RGB value is (114,184,144). Sum of RGB (Red+Green+Blue) = 114+184+144=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #72B890 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B890 is #8D476F. Grayscale: #9E9E9E. Windows color (decimal): -9258864 or 9484402. OLE color: 9484402.

HSL color Cylindrical-coordinate representation of color #72B890: hue angle of 145.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B890 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB114184144-
CMYK0.3800.220.28
HSL145.71º33.02%58.43%-
HSV(B)145.71º38.04%72.16%-
XYZ29.1139.8732.55-
YUV158.51119.8196.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.79%
GREEN value IS 184 (72.27% from 255) = 41.63%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=25.79%
G=41.63%
B=32.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1141841440.3800.220.28145.7133.0258.43
Hex72B890260161C92213a
Octal16227022046026342224172
Binary111001010111000100100001001100101101110010010010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,184,144); }

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

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

 a { background-color: rgb(114,184,144); }

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

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

 span { border-color: rgb(114,184,144); }

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