#73BD6E

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

Shades of Fern #73BD6E

Tints of Fern #73BD6E

Color information

#73BD6E (or 0x73BD6E) is unknown color: approx Fern. HEX triplet: 73, BD and 6E. RGB value is (115,189,110). Sum of RGB (Red+Green+Blue) = 115+189+110=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BD6E is #8C4291. Grayscale: #9E9E9E. Windows color (decimal): -9192082 or 7257459. OLE color: 7257459.

HSL color Cylindrical-coordinate representation of color #73BD6E: hue angle of 116.2º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73BD6E is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB115189110-
CMYK0.3900.420.26
HSL116.2º37.44%58.63%-
HSV(B)116.2º41.8%74.12%-
XYZ28.0841.1721.22-
YUV157.87100.9897.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.78%
GREEN value IS 189 (74.22% from 255) = 45.65%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=27.78%
G=45.65%
B=26.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151891100.3900.420.26116.237.4458.63
Hex73BD6E2702A1A74253b
Octal16327515647052321644573
Binary11100111011110111011101001110101010110101110100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,189,110); }

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

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

 a { background-color: rgb(115,189,110); }

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

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

 span { border-color: rgb(115,189,110); }

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