#73B675

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

Shades of Fern #73B675

Tints of Fern #73B675

Color information

#73B675 (or 0x73B675) is unknown color: approx Fern. HEX triplet: 73, B6 and 75. RGB value is (115,182,117). Sum of RGB (Red+Green+Blue) = 115+182+117=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 182 - color contains mainly: green. Hex color #73B675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B675 is #8C498A. Grayscale: #9A9A9A. Windows color (decimal): -9193867 or 7714419. OLE color: 7714419.

HSL color Cylindrical-coordinate representation of color #73B675: hue angle of 121.79º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73B675 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB115182117-
CMYK0.3700.360.29
HSL121.79º31.46%58.24%-
HSV(B)121.79º36.81%71.37%-
XYZ27.0138.3922.82-
YUV154.56106.899.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.78%
GREEN value IS 182 (71.48% from 255) = 43.96%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=27.78%
G=43.96%
B=28.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151821170.3700.360.29121.7931.4658.24
Hex73B675250241D7a1f3a
Octal16326616545044351723772
Binary1110011101101101110101100101010010011101111101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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