#72AE78

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

Shades of Fern #72AE78

Tints of Fern #72AE78

Color information

#72AE78 (or 0x72AE78) is unknown color: approx Fern. HEX triplet: 72, AE and 78. RGB value is (114,174,120). Sum of RGB (Red+Green+Blue) = 114+174+120=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AE78 is #8D5187. Grayscale: #969696. Windows color (decimal): -9261448 or 7908978. OLE color: 7908978.

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

Color convert

RGB114174120-
CMYK0.3400.310.32
HSL126º27.03%56.47%-
HSV(B)126º34.48%68.24%-
XYZ25.4735.2123.22-
YUV149.9111.12102.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.94%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=27.94%
G=42.65%
B=29.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141741200.3400.310.3212627.0356.47
Hex72AE782201F207e1b38
Octal16225617042037401763370
Binary1110010101011101111000100010011111100000111111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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