#72B47B

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

Shades of Fern #72B47B

Tints of Fern #72B47B

Color information

#72B47B (or 0x72B47B) is unknown color: approx Fern. HEX triplet: 72, B4 and 7B. RGB value is (114,180,123). Sum of RGB (Red+Green+Blue) = 114+180+123=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #72B47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B47B is #8D4B84. Grayscale: #999999. Windows color (decimal): -9259909 or 8107122. OLE color: 8107122.

HSL color Cylindrical-coordinate representation of color #72B47B: hue angle of 128.18º 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 #72B47B is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB114180123-
CMYK0.3700.320.29
HSL128.18º30.56%57.65%-
HSV(B)128.18º36.67%70.59%-
XYZ26.8437.6524.59-
YUV153.77110.6399.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.34%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=27.34%
G=43.17%
B=29.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141801230.3700.320.29128.1830.5657.65
Hex72B47B250201D801f3a
Octal16226417345040352003772
Binary11100101011010011110111001010100000111011000000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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