#73BB75

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

Shades of Fern #73BB75

Tints of Fern #73BB75

Color information

#73BB75 (or 0x73BB75) is unknown color: approx Fern. HEX triplet: 73, BB and 75. RGB value is (115,187,117). Sum of RGB (Red+Green+Blue) = 115+187+117=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BB75 is #8C448A. Grayscale: #9D9D9D. Windows color (decimal): -9192587 or 7715699. OLE color: 7715699.

HSL color Cylindrical-coordinate representation of color #73BB75: hue angle of 121.67º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BB75 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB115187117-
CMYK0.3900.370.27
HSL121.67º34.62%59.22%-
HSV(B)121.67º38.5%73.33%-
XYZ28.0540.4723.16-
YUV157.49105.1597.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 187 (73.44% from 255) = 44.63%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=27.45%
G=44.63%
B=27.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151871170.3900.370.27121.6734.6259.22
Hex73BB75270251B7a233b
Octal16327316547045331724373
Binary11100111011101111101011001110100101110111111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,187,117); }

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

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

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

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

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

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

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