#73B972

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

Shades of Fern #73B972

Tints of Fern #73B972

Color information

#73B972 (or 0x73B972) is unknown color: approx Fern. HEX triplet: 73, B9 and 72. RGB value is (115,185,114). Sum of RGB (Red+Green+Blue) = 115+185+114=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #73B972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B972 is #8C468D. Grayscale: #9C9C9C. Windows color (decimal): -9193102 or 7518579. OLE color: 7518579.

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

Color convert

RGB115185114-
CMYK0.3800.380.27
HSL119.15º33.65%58.63%-
HSV(B)119.15º38.38%72.55%-
XYZ27.4639.5622.11-
YUV155.98104.3198.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.78%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=27.78%
G=44.69%
B=27.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151851140.3800.380.27119.1533.6558.63
Hex73B972260261B77223b
Octal16327116246046331674273
Binary11100111011100111100101001100100110110111110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73B972; }

 p { color: rgb(115,185,114); }

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

<style>
 a { background-color: #73B972; }

 a { background-color: rgb(115,185,114); }

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

<style>
 span { border-color: #73B972; }

 span { border-color: rgb(115,185,114); }

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