#72BD90

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

Shades of Silver Tree #72BD90

Tints of Silver Tree #72BD90

Color information

#72BD90 (or 0x72BD90) is unknown color: approx Silver Tree. HEX triplet: 72, BD and 90. RGB value is (114,189,144). Sum of RGB (Red+Green+Blue) = 114+189+144=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BD90 is #8D426F. Grayscale: #A1A1A1. Windows color (decimal): -9257584 or 9485682. OLE color: 9485682.

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

Color convert

RGB114189144-
CMYK0.4000.240.26
HSL144º36.23%59.41%-
HSV(B)144º39.68%74.12%-
XYZ30.1741.9932.9-
YUV161.44118.1594.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.50%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=25.50%
G=42.28%
B=32.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141891440.4000.240.2614436.2359.41
Hex72BD90280181A90243b
Octal16227522050030322204473
Binary111001010111101100100001010000110001101010010000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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