#73BA74

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

Shades of Fern #73BA74

Tints of Fern #73BA74

Color information

#73BA74 (or 0x73BA74) is unknown color: approx Fern. HEX triplet: 73, BA and 74. RGB value is (115,186,116). Sum of RGB (Red+Green+Blue) = 115+186+116=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA74 is #8C458B. Grayscale: #9D9D9D. Windows color (decimal): -9192844 or 7649907. OLE color: 7649907.

HSL color Cylindrical-coordinate representation of color #73BA74: hue angle of 120.85º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73BA74 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB115186116-
CMYK0.3800.380.27
HSL120.85º33.97%59.02%-
HSV(B)120.85º38.17%72.94%-
XYZ27.7840.0222.78-
YUV156.79104.9898.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.58%
GREEN value IS 186 (73.05% from 255) = 44.60%
BLUE value IS 116 (45.70% from 255) = 27.82%
R=27.58%
G=44.60%
B=27.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151861160.3800.380.27120.8533.9759.02
Hex73BA74260261B79223b
Octal16327216446046331714273
Binary11100111011101011101001001100100110110111111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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