#72B171

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

Shades of Fern #72B171

Tints of Fern #72B171

Color information

#72B171 (or 0x72B171) is unknown color: approx Fern. HEX triplet: 72, B1 and 71. RGB value is (114,177,113). Sum of RGB (Red+Green+Blue) = 114+177+113=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #72B171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B171 is #8D4E8E. Grayscale: #979797. Windows color (decimal): -9260687 or 7450994. OLE color: 7450994.

HSL color Cylindrical-coordinate representation of color #72B171: hue angle of 119.06º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B171 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB114177113-
CMYK0.3600.360.31
HSL119.06º29.09%56.86%-
HSV(B)119.06º36.16%69.41%-
XYZ25.6436.2121.26-
YUV150.87106.63101.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 177 (69.53% from 255) = 43.81%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=28.22%
G=43.81%
B=27.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141771130.3600.360.31119.0629.0956.86
Hex72B171240241F771d39
Octal16226116144044371673571
Binary1110010101100011110001100100010010011111111011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,177,113); }

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

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

 a { background-color: rgb(114,177,113); }

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

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

 span { border-color: rgb(114,177,113); }

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