#72BA6C

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

Shades of Fern #72BA6C

Tints of Fern #72BA6C

Color information

#72BA6C (or 0x72BA6C) is unknown color: approx Fern. HEX triplet: 72, BA and 6C. RGB value is (114,186,108). Sum of RGB (Red+Green+Blue) = 114+186+108=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA6C is #8D4593. Grayscale: #9B9B9B. Windows color (decimal): -9258388 or 7125618. OLE color: 7125618.

HSL color Cylindrical-coordinate representation of color #72BA6C: hue angle of 115.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72BA6C is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB114186108-
CMYK0.3900.420.27
HSL115.38º36.11%57.65%-
HSV(B)115.38º41.94%72.94%-
XYZ27.2139.7820.43-
YUV155.58101.1598.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.94%
GREEN value IS 186 (73.05% from 255) = 45.59%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=27.94%
G=45.59%
B=26.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861080.3900.420.27115.3836.1157.65
Hex72BA6C2702A1B73243a
Octal16227215447052331634472
Binary11100101011101011011001001110101010110111110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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