#73BF74

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

Shades of Fern #73BF74

Tints of Fern #73BF74

Color information

#73BF74 (or 0x73BF74) is unknown color: approx Fern. HEX triplet: 73, BF and 74. RGB value is (115,191,116). Sum of RGB (Red+Green+Blue) = 115+191+116=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BF74 is #8C408B. Grayscale: #9F9F9F. Windows color (decimal): -9191564 or 7651187. OLE color: 7651187.

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

Color convert

RGB115191116-
CMYK0.4000.390.25
HSL120.79º37.25%60%-
HSV(B)120.79º39.79%74.9%-
XYZ28.8542.1723.14-
YUV159.73103.3296.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 191 (75% from 255) = 45.26%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=27.25%
G=45.26%
B=27.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911160.4000.390.25120.7937.2560
Hex73BF74280271979253c
Octal16327716450047311714574
Binary11100111011111111101001010000100111110011111001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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