#72C094

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

Shades of Silver Tree #72C094

Tints of Silver Tree #72C094

Color information

#72C094 (or 0x72C094) is unknown color: approx Silver Tree. HEX triplet: 72, C0 and 94. RGB value is (114,192,148). Sum of RGB (Red+Green+Blue) = 114+192+148=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #72C094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C094 is #8D3F6B. Grayscale: #A3A3A3. Windows color (decimal): -9256812 or 9748594. OLE color: 9748594.

HSL color Cylindrical-coordinate representation of color #72C094: hue angle of 146.15º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C094 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB114192148-
CMYK0.4100.230.25
HSL146.15º38.24%60%-
HSV(B)146.15º40.62%75.29%-
XYZ31.1343.4134.76-
YUV163.66119.1692.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.11%
GREEN value IS 192 (75.39% from 255) = 42.29%
BLUE value IS 148 (58.20% from 255) = 32.60%
R=25.11%
G=42.29%
B=32.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141921480.4100.230.25146.1538.2460
Hex72C094290171992263c
Octal16230022451027312224674
Binary111001011000000100101001010010101111100110010010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,192,148); }

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

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

 a { background-color: rgb(114,192,148); }

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

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

 span { border-color: rgb(114,192,148); }

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