#72B57D

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

Shades of Fern #72B57D

Tints of Fern #72B57D

Color information

#72B57D (or 0x72B57D) is unknown color: approx Fern. HEX triplet: 72, B5 and 7D. RGB value is (114,181,125). Sum of RGB (Red+Green+Blue) = 114+181+125=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #72B57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B57D is #8D4A82. Grayscale: #9A9A9A. Windows color (decimal): -9259651 or 8238450. OLE color: 8238450.

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

Color convert

RGB114181125-
CMYK0.3700.310.29
HSL129.85º31.16%57.84%-
HSV(B)129.85º37.02%70.98%-
XYZ27.1638.1125.33-
YUV154.58111.399.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 181 (71.09% from 255) = 43.10%
BLUE value IS 125 (49.22% from 255) = 29.76%
R=27.14%
G=43.10%
B=29.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141811250.3700.310.29129.8531.1657.84
Hex72B57D2501F1D821f3a
Octal16226517545037352023772
Binary1110010101101011111101100101011111111011000001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,181,125); }

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

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

 a { background-color: rgb(114,181,125); }

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

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

 span { border-color: rgb(114,181,125); }

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