#73B26A

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

Shades of Fern #73B26A

Tints of Fern #73B26A

Color information

#73B26A (or 0x73B26A) is unknown color: approx Fern. HEX triplet: 73, B2 and 6A. RGB value is (115,178,106). Sum of RGB (Red+Green+Blue) = 115+178+106=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #73B26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B26A is #8C4D95. Grayscale: #979797. Windows color (decimal): -9194902 or 6992499. OLE color: 6992499.

HSL color Cylindrical-coordinate representation of color #73B26A: hue angle of 112.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73B26A is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB115178106-
CMYK0.3500.400.30
HSL112.5º31.86%55.69%-
HSV(B)112.5º40.45%69.8%-
XYZ25.5936.5319.34-
YUV150.95102.63102.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 178 (69.92% from 255) = 44.61%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=28.82%
G=44.61%
B=26.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1151781060.3500.400.30112.531.8655.69
Hex73B26A230281E702038
Octal16326215243050361604070
Binary11100111011001011010101000110101000111101110000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,178,106); }

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

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

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

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

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

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

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