#73B770

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

Shades of Fern #73B770

Tints of Fern #73B770

Color information

#73B770 (or 0x73B770) is unknown color: approx Fern. HEX triplet: 73, B7 and 70. RGB value is (115,183,112). Sum of RGB (Red+Green+Blue) = 115+183+112=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #73B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B770 is #8C488F. Grayscale: #9A9A9A. Windows color (decimal): -9193616 or 7386995. OLE color: 7386995.

HSL color Cylindrical-coordinate representation of color #73B770: hue angle of 117.46º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73B770 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB115183112-
CMYK0.3700.390.28
HSL117.46º33.02%57.84%-
HSV(B)117.46º38.8%71.76%-
XYZ26.9338.6821.38-
YUV154.57103.9799.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.05%
GREEN value IS 183 (71.88% from 255) = 44.63%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=28.05%
G=44.63%
B=27.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1151831120.3700.390.28117.4633.0257.84
Hex73B770250271C75213a
Octal16326716045047341654172
Binary11100111011011111100001001010100111111001110101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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