#72BB95

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

Shades of Silver Tree #72BB95

Tints of Silver Tree #72BB95

Color information

#72BB95 (or 0x72BB95) is unknown color: approx Silver Tree. HEX triplet: 72, BB and 95. RGB value is (114,187,149). Sum of RGB (Red+Green+Blue) = 114+187+149=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BB95 is #8D446A. Grayscale: #A0A0A0. Windows color (decimal): -9258091 or 9812850. OLE color: 9812850.

HSL color Cylindrical-coordinate representation of color #72BB95: hue angle of 148.77º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BB95 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB114187149-
CMYK0.3900.200.27
HSL148.77º34.93%59.02%-
HSV(B)148.77º39.04%73.33%-
XYZ30.1341.2934.81-
YUV160.84121.3294.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.33%
GREEN value IS 187 (73.44% from 255) = 41.56%
BLUE value IS 149 (58.59% from 255) = 33.11%
R=25.33%
G=41.56%
B=33.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141871490.3900.200.27148.7734.9359.02
Hex72BB95270141B95233b
Octal16227322547024332254373
Binary111001010111011100101011001110101001101110010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,187,149); }

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

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

 a { background-color: rgb(114,187,149); }

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

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

 span { border-color: rgb(114,187,149); }

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