#73BF76

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

Shades of Fern #73BF76

Tints of Fern #73BF76

Color information

#73BF76 (or 0x73BF76) is unknown color: approx Fern. HEX triplet: 73, BF and 76. RGB value is (115,191,118). Sum of RGB (Red+Green+Blue) = 115+191+118=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BF76 is #8C4089. Grayscale: #A0A0A0. Windows color (decimal): -9191562 or 7782259. OLE color: 7782259.

HSL color Cylindrical-coordinate representation of color #73BF76: hue angle of 122.37º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BF76 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB115191118-
CMYK0.4000.380.25
HSL122.37º37.25%60%-
HSV(B)122.37º39.79%74.9%-
XYZ28.9742.2123.76-
YUV159.95104.3295.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.12%
GREEN value IS 191 (75% from 255) = 45.05%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=27.12%
G=45.05%
B=27.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911180.4000.380.25122.3737.2560
Hex73BF7628026197a253c
Octal16327716650046311724574
Binary11100111011111111101101010000100110110011111010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,191,118); }

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

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

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

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

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

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

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