#72BA78

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

Shades of Fern #72BA78

Tints of Fern #72BA78

Color information

#72BA78 (or 0x72BA78) is unknown color: approx Fern. HEX triplet: 72, BA and 78. RGB value is (114,186,120). Sum of RGB (Red+Green+Blue) = 114+186+120=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA78 is #8D4587. Grayscale: #9D9D9D. Windows color (decimal): -9258376 or 7912050. OLE color: 7912050.

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

Color convert

RGB114186120-
CMYK0.3900.350.27
HSL125º34.29%58.82%-
HSV(B)125º38.71%72.94%-
XYZ27.8940.0524.03-
YUV156.95107.1597.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 186 (73.05% from 255) = 44.29%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=27.14%
G=44.29%
B=28.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861200.3900.350.2712534.2958.82
Hex72BA78270231B7d223b
Octal16227217047043331754273
Binary11100101011101011110001001110100011110111111101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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