#73C170

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

Shades of Fern #73C170

Tints of Fern #73C170

Color information

#73C170 (or 0x73C170) is unknown color: approx Fern. HEX triplet: 73, C1 and 70. RGB value is (115,193,112). Sum of RGB (Red+Green+Blue) = 115+193+112=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #73C170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C170 is #8C3E8F. Grayscale: #A0A0A0. Windows color (decimal): -9191056 or 7389555. OLE color: 7389555.

HSL color Cylindrical-coordinate representation of color #73C170: hue angle of 117.78º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73C170 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB115193112-
CMYK0.4000.420.24
HSL117.78º39.51%59.8%-
HSV(B)117.78º41.97%75.69%-
XYZ29.0642.9522.09-
YUV160.44100.6695.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 193 (75.78% from 255) = 45.95%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=27.38%
G=45.95%
B=26.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151931120.4000.420.24117.7839.5159.8
Hex73C1702802A1876283c
Octal16330116050052301665074
Binary11100111100000111100001010000101010110001110110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,193,112); }

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

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

 a { background-color: rgb(115,193,112); }

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

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

 span { border-color: rgb(115,193,112); }

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