#72B86C

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

Shades of Fern #72B86C

Tints of Fern #72B86C

Color information

#72B86C (or 0x72B86C) is unknown color: approx Fern. HEX triplet: 72, B8 and 6C. RGB value is (114,184,108). Sum of RGB (Red+Green+Blue) = 114+184+108=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 184 - color contains mainly: green. Hex color #72B86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B86C is #8D4793. Grayscale: #9A9A9A. Windows color (decimal): -9258900 or 7125106. OLE color: 7125106.

HSL color Cylindrical-coordinate representation of color #72B86C: hue angle of 115.26º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72B86C is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB114184108-
CMYK0.3800.410.28
HSL115.26º34.86%57.25%-
HSV(B)115.26º41.3%72.16%-
XYZ26.7938.9420.29-
YUV154.41101.8199.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 184 (72.27% from 255) = 45.32%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=28.08%
G=45.32%
B=26.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1141841080.3800.410.28115.2634.8657.25
Hex72B86C260291C732339
Octal16227015446051341634371
Binary11100101011100011011001001100101001111001110011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,184,108); }

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

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

 a { background-color: rgb(114,184,108); }

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

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

 span { border-color: rgb(114,184,108); }

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