#72B893

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

Shades of Silver Tree #72B893

Tints of Silver Tree #72B893

Color information

#72B893 (or 0x72B893) is unknown color: approx Silver Tree. HEX triplet: 72, B8 and 93. RGB value is (114,184,147). Sum of RGB (Red+Green+Blue) = 114+184+147=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #72B893 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B893 is #8D476C. Grayscale: #9E9E9E. Windows color (decimal): -9258861 or 9681010. OLE color: 9681010.

HSL color Cylindrical-coordinate representation of color #72B893: hue angle of 148.29º 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 #72B893 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB114184147-
CMYK0.3800.200.28
HSL148.29º33.02%58.43%-
HSV(B)148.29º38.04%72.16%-
XYZ29.3539.9633.77-
YUV158.85121.3196.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.62%
GREEN value IS 184 (72.27% from 255) = 41.35%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=25.62%
G=41.35%
B=33.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1141841470.3800.200.28148.2933.0258.43
Hex72B893260141C94213a
Octal16227022346024342244172
Binary111001010111000100100111001100101001110010010100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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