#72AE71

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

Shades of Fern #72AE71

Tints of Fern #72AE71

Color information

#72AE71 (or 0x72AE71) is unknown color: approx Fern. HEX triplet: 72, AE and 71. RGB value is (114,174,113). Sum of RGB (Red+Green+Blue) = 114+174+113=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AE71 is #8D518E. Grayscale: #959595. Windows color (decimal): -9261455 or 7450226. OLE color: 7450226.

HSL color Cylindrical-coordinate representation of color #72AE71: hue angle of 119.02º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72AE71 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB114174113-
CMYK0.3400.350.32
HSL119.02º27.35%56.27%-
HSV(B)119.02º35.06%68.24%-
XYZ25.0635.0421.07-
YUV149.11107.62102.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.43%
GREEN value IS 174 (68.36% from 255) = 43.39%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=28.43%
G=43.39%
B=28.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141741130.3400.350.32119.0227.3556.27
Hex72AE712202320771b38
Octal16225616142043401673370
Binary11100101010111011100011000100100011100000111011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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