#73BF7A

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

Shades of Fern #73BF7A

Tints of Fern #73BF7A

Color information

#73BF7A (or 0x73BF7A) is unknown color: approx Fern. HEX triplet: 73, BF and 7A. RGB value is (115,191,122). Sum of RGB (Red+Green+Blue) = 115+191+122=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BF7A is #8C4085. Grayscale: #A0A0A0. Windows color (decimal): -9191558 or 8044403. OLE color: 8044403.

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

Color convert

RGB115191122-
CMYK0.4000.360.25
HSL125.53º37.25%60%-
HSV(B)125.53º39.79%74.9%-
XYZ29.2142.3125.04-
YUV160.41106.3295.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.87%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 122 (48.05% from 255) = 28.50%
R=26.87%
G=44.63%
B=28.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911220.4000.360.25125.5337.2560
Hex73BF7A28024197e253c
Octal16327717250044311764574
Binary11100111011111111110101010000100100110011111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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