#72c076

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

Shades of Fern #72C076

Tints of Fern #72C076

Color information

#72C076 (or 0x72C076) is unknown color: approx Fern. HEX triplet: 72, C0 and 76. RGB value is (114,192,118). Sum of RGB (Red+Green+Blue) = 114+192+118=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #72C076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C076 is #8D3F89. Grayscale: #A0A0A0. Windows color (decimal): -9256842 or 7782514. OLE color: 7782514.

HSL color Cylindrical-coordinate representation of color #72C076: hue angle of 123.08º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C076 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB114192118-
CMYK0.4100.390.25
HSL123.08º38.24%60%-
HSV(B)123.08º40.62%75.29%-
XYZ29.0642.5823.83-
YUV160.24104.1695.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.89%
GREEN value IS 192 (75.39% from 255) = 45.28%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=26.89%
G=45.28%
B=27.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141921180.4100.390.25123.0838.2460
Hex72C07629027197b263c
Octal16230016651047311734674
Binary11100101100000011101101010010100111110011111011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72c076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,192,118); }

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

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

 a { background-color: rgb(114,192,118); }

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

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

 span { border-color: rgb(114,192,118); }

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