#73AB70

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

Shades of Fern #73AB70

Tints of Fern #73AB70

Color information

#73AB70 (or 0x73AB70) is unknown color: approx Fern. HEX triplet: 73, AB and 70. RGB value is (115,171,112). Sum of RGB (Red+Green+Blue) = 115+171+112=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AB70 is #8C548F. Grayscale: #939393. Windows color (decimal): -9196688 or 7383923. OLE color: 7383923.

HSL color Cylindrical-coordinate representation of color #73AB70: hue angle of 116.95º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73AB70 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB115171112-
CMYK0.3300.350.33
HSL116.95º25.99%55.49%-
HSV(B)116.95º34.5%67.06%-
XYZ24.5633.9420.59-
YUV147.53107.95104.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.89%
GREEN value IS 171 (67.19% from 255) = 42.96%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=28.89%
G=42.96%
B=28.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151711120.3300.350.33116.9525.9955.49
Hex73AB702102321751a37
Octal16325316041043411653267
Binary11100111010101111100001000010100011100001111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,171,112); }

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

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

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

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

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

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

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