#72BE90

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

Shades of Silver Tree #72BE90

Tints of Silver Tree #72BE90

Color information

#72BE90 (or 0x72BE90) is unknown color: approx Silver Tree. HEX triplet: 72, BE and 90. RGB value is (114,190,144). Sum of RGB (Red+Green+Blue) = 114+190+144=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BE90 is #8D416F. Grayscale: #A2A2A2. Windows color (decimal): -9257328 or 9485938. OLE color: 9485938.

HSL color Cylindrical-coordinate representation of color #72BE90: hue angle of 143.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BE90 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB114190144-
CMYK0.4000.240.25
HSL143.68º36.89%59.61%-
HSV(B)143.68º40%74.51%-
XYZ30.3942.4232.97-
YUV162.03117.8293.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.45%
GREEN value IS 190 (74.61% from 255) = 42.41%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=25.45%
G=42.41%
B=32.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141901440.4000.240.25143.6836.8959.61
Hex72BE90280181990253c
Octal16227622050030312204574
Binary111001010111110100100001010000110001100110010000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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