#73B073

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

Shades of Fern #73B073

Tints of Fern #73B073

Color information

#73B073 (or 0x73B073) is unknown color: approx Fern. HEX triplet: 73, B0 and 73. RGB value is (115,176,115). Sum of RGB (Red+Green+Blue) = 115+176+115=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #73B073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B073 is #8C4F8C. Grayscale: #969696. Windows color (decimal): -9195405 or 7581811. OLE color: 7581811.

HSL color Cylindrical-coordinate representation of color #73B073: hue angle of 120º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B073 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB115176115-
CMYK0.3500.350.31
HSL120º27.85%57.06%-
HSV(B)120º34.66%69.02%-
XYZ25.6935.9321.8-
YUV150.81107.79102.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.33%
GREEN value IS 176 (69.14% from 255) = 43.35%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=28.33%
G=43.35%
B=28.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151761150.3500.350.3112027.8557.06
Hex73B073230231F781c39
Octal16326016343043371703471
Binary1110011101100001110011100011010001111111111100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,176,115); }

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

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

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

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

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

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

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