#73BD74

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

Shades of Fern #73BD74

Tints of Fern #73BD74

Color information

#73BD74 (or 0x73BD74) is unknown color: approx Fern. HEX triplet: 73, BD and 74. RGB value is (115,189,116). Sum of RGB (Red+Green+Blue) = 115+189+116=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BD74 is #8C428B. Grayscale: #9E9E9E. Windows color (decimal): -9192076 or 7650675. OLE color: 7650675.

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

Color convert

RGB115189116-
CMYK0.3900.390.26
HSL120.81º35.92%59.61%-
HSV(B)120.81º39.15%74.12%-
XYZ28.4241.323-
YUV158.55103.9896.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 189 (74.22% from 255) = 45%
BLUE value IS 116 (45.70% from 255) = 27.62%
R=27.38%
G=45%
B=27.62%

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
Decimal1151891160.3900.390.26120.8135.9259.61
Hex73BD74270271A79243c
Octal16327516447047321714474
Binary11100111011110111101001001110100111110101111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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