#72B46F

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

Shades of Fern #72B46F

Tints of Fern #72B46F

Color information

#72B46F (or 0x72B46F) is unknown color: approx Fern. HEX triplet: 72, B4 and 6F. RGB value is (114,180,111). Sum of RGB (Red+Green+Blue) = 114+180+111=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #72B46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B46F is #8D4B90. Grayscale: #989898. Windows color (decimal): -9259921 or 7320690. OLE color: 7320690.

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

Color convert

RGB114180111-
CMYK0.3700.380.29
HSL117.39º31.51%57.06%-
HSV(B)117.39º38.33%70.59%-
XYZ26.1337.3720.87-
YUV152.4104.63100.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 180 (70.70% from 255) = 44.44%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=28.15%
G=44.44%
B=27.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141801110.3700.380.29117.3931.5157.06
Hex72B46F250261D752039
Octal16226415745046351654071
Binary11100101011010011011111001010100110111011110101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,180,111); }

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

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

 a { background-color: rgb(114,180,111); }

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

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

 span { border-color: rgb(114,180,111); }

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