#72AB6F

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

Shades of Fern #72AB6F

Tints of Fern #72AB6F

Color information

#72AB6F (or 0x72AB6F) is unknown color: approx Fern. HEX triplet: 72, AB and 6F. RGB value is (114,171,111). Sum of RGB (Red+Green+Blue) = 114+171+111=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB6F is #8D5490. Grayscale: #939393. Windows color (decimal): -9262225 or 7318386. OLE color: 7318386.

HSL color Cylindrical-coordinate representation of color #72AB6F: hue angle of 117º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72AB6F is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB114171111-
CMYK0.3300.350.33
HSL117º26.32%55.29%-
HSV(B)117º35.09%67.06%-
XYZ24.3733.8520.29-
YUV147.12107.62104.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.79%
GREEN value IS 171 (67.19% from 255) = 43.18%
BLUE value IS 111 (43.75% from 255) = 28.03%
R=28.79%
G=43.18%
B=28.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141711110.3300.350.3311726.3255.29
Hex72AB6F2102321751a37
Octal16225315741043411653267
Binary11100101010101111011111000010100011100001111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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