#72BD93

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

Shades of Silver Tree #72BD93

Tints of Silver Tree #72BD93

Color information

#72BD93 (or 0x72BD93) is unknown color: approx Silver Tree. HEX triplet: 72, BD and 93. RGB value is (114,189,147). Sum of RGB (Red+Green+Blue) = 114+189+147=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BD93 is #8D426C. Grayscale: #A1A1A1. Windows color (decimal): -9257581 or 9682290. OLE color: 9682290.

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

Color convert

RGB114189147-
CMYK0.4000.220.26
HSL146.4º36.23%59.41%-
HSV(B)146.4º39.68%74.12%-
XYZ30.442.0834.12-
YUV161.79119.6593.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.33%
GREEN value IS 189 (74.22% from 255) = 42%
BLUE value IS 147 (57.81% from 255) = 32.67%
R=25.33%
G=42%
B=32.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141891470.4000.220.26146.436.2359.41
Hex72BD93280161A92243b
Octal16227522350026322224473
Binary111001010111101100100111010000101101101010010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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