#72BD96

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

Shades of Silver Tree #72BD96

Tints of Silver Tree #72BD96

Color information

#72BD96 (or 0x72BD96) is unknown color: approx Silver Tree. HEX triplet: 72, BD and 96. RGB value is (114,189,150). Sum of RGB (Red+Green+Blue) = 114+189+150=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BD96 is #8D4269. Grayscale: #A2A2A2. Windows color (decimal): -9257578 or 9878898. OLE color: 9878898.

HSL color Cylindrical-coordinate representation of color #72BD96: hue angle of 148.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BD96 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB114189150-
CMYK0.4000.210.26
HSL148.8º36.23%59.41%-
HSV(B)148.8º39.68%74.12%-
XYZ30.6442.1735.38-
YUV162.13121.1593.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.17%
GREEN value IS 189 (74.22% from 255) = 41.72%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=25.17%
G=41.72%
B=33.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141891500.4000.210.26148.836.2359.41
Hex72BD96280151A95243b
Octal16227522650025322254473
Binary111001010111101100101101010000101011101010010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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