#73BD7D

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

Shades of Fern #73BD7D

Tints of Fern #73BD7D

Color information

#73BD7D (or 0x73BD7D) is unknown color: approx Fern. HEX triplet: 73, BD and 7D. RGB value is (115,189,125). Sum of RGB (Red+Green+Blue) = 115+189+125=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BD7D is #8C4282. Grayscale: #9F9F9F. Windows color (decimal): -9192067 or 8240499. OLE color: 8240499.

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

Color convert

RGB115189125-
CMYK0.3900.340.26
HSL128.11º35.92%59.61%-
HSV(B)128.11º39.15%74.12%-
XYZ28.9741.5225.89-
YUV159.58108.4896.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.81%
GREEN value IS 189 (74.22% from 255) = 44.06%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=26.81%
G=44.06%
B=29.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151891250.3900.340.26128.1135.9259.61
Hex73BD7D270221A80243c
Octal16327517547042322004474
Binary111001110111101111110110011101000101101010000000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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