#73BF7C

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

Shades of Fern #73BF7C

Tints of Fern #73BF7C

Color information

#73BF7C (or 0x73BF7C) is unknown color: approx Fern. HEX triplet: 73, BF and 7C. RGB value is (115,191,124). Sum of RGB (Red+Green+Blue) = 115+191+124=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BF7C is #8C4083. Grayscale: #A0A0A0. Windows color (decimal): -9191556 or 8175475. OLE color: 8175475.

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

Color convert

RGB115191124-
CMYK0.4000.350.25
HSL127.11º37.25%60%-
HSV(B)127.11º39.79%74.9%-
XYZ29.3442.3625.7-
YUV160.64107.3295.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.74%
GREEN value IS 191 (75% from 255) = 44.42%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=26.74%
G=44.42%
B=28.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911240.4000.350.25127.1137.2560
Hex73BF7C28023197f253c
Octal16327717450043311774574
Binary11100111011111111111001010000100011110011111111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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