#72BA70

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

Shades of Fern #72BA70

Tints of Fern #72BA70

Color information

#72BA70 (or 0x72BA70) is unknown color: approx Fern. HEX triplet: 72, BA and 70. RGB value is (114,186,112). Sum of RGB (Red+Green+Blue) = 114+186+112=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA70 is #8D458F. Grayscale: #9C9C9C. Windows color (decimal): -9258384 or 7387762. OLE color: 7387762.

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

Color convert

RGB114186112-
CMYK0.3900.400.27
HSL118.38º34.91%58.43%-
HSV(B)118.38º39.78%72.94%-
XYZ27.4239.8721.58-
YUV156.04103.1598.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.67%
GREEN value IS 186 (73.05% from 255) = 45.15%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=27.67%
G=45.15%
B=27.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861120.3900.400.27118.3834.9158.43
Hex72BA70270281B76233a
Octal16227216047050331664372
Binary11100101011101011100001001110101000110111110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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