#73C071

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

Shades of Fern #73C071

Tints of Fern #73C071

Color information

#73C071 (or 0x73C071) is unknown color: approx Fern. HEX triplet: 73, C0 and 71. RGB value is (115,192,113). Sum of RGB (Red+Green+Blue) = 115+192+113=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #73C071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C071 is #8C3F8E. Grayscale: #A0A0A0. Windows color (decimal): -9191311 or 7454835. OLE color: 7454835.

HSL color Cylindrical-coordinate representation of color #73C071: hue angle of 118.48º degrees, saturation: 0.39, 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 #73C071 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB115192113-
CMYK0.4000.410.25
HSL118.48º38.54%59.8%-
HSV(B)118.48º41.15%75.29%-
XYZ28.942.5422.31-
YUV159.97101.4995.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 192 (75.39% from 255) = 45.71%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=27.38%
G=45.71%
B=26.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151921130.4000.410.25118.4838.5459.8
Hex73C071280291976273c
Octal16330016150051311664774
Binary11100111100000011100011010000101001110011110110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,192,113); }

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

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

 a { background-color: rgb(115,192,113); }

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

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

 span { border-color: rgb(115,192,113); }

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