#73BD73

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

Shades of Fern #73BD73

Tints of Fern #73BD73

Color information

#73BD73 (or 0x73BD73) is unknown color: approx Fern. HEX triplet: 73, BD and 73. RGB value is (115,189,115). Sum of RGB (Red+Green+Blue) = 115+189+115=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BD73 is #8C428C. Grayscale: #9E9E9E. Windows color (decimal): -9192077 or 7585139. OLE color: 7585139.

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

Color convert

RGB115189115-
CMYK0.3900.390.26
HSL120º35.92%59.61%-
HSV(B)120º39.15%74.12%-
XYZ28.3641.2822.69-
YUV158.44103.4897.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 189 (74.22% from 255) = 45.11%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=27.45%
G=45.11%
B=27.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151891150.3900.390.2612035.9259.61
Hex73BD73270271A78243c
Octal16327516347047321704474
Binary11100111011110111100111001110100111110101111000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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