#72B896

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

Shades of Silver Tree #72B896

Tints of Silver Tree #72B896

Color information

#72B896 (or 0x72B896) is unknown color: approx Silver Tree. HEX triplet: 72, B8 and 96. RGB value is (114,184,150). Sum of RGB (Red+Green+Blue) = 114+184+150=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #72B896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B896 is #8D4769. Grayscale: #9F9F9F. Windows color (decimal): -9258858 or 9877618. OLE color: 9877618.

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

Color convert

RGB114184150-
CMYK0.3800.180.28
HSL150.86º33.02%58.43%-
HSV(B)150.86º38.04%72.16%-
XYZ29.5840.0635.03-
YUV159.19122.8195.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.45%
GREEN value IS 184 (72.27% from 255) = 41.07%
BLUE value IS 150 (58.98% from 255) = 33.48%
R=25.45%
G=41.07%
B=33.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1141841500.3800.180.28150.8633.0258.43
Hex72B896260121C97213a
Octal16227022646022342274172
Binary111001010111000100101101001100100101110010010111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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