#73B67D

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

Shades of Fern #73B67D

Tints of Fern #73B67D

Color information

#73B67D (or 0x73B67D) is unknown color: approx Fern. HEX triplet: 73, B6 and 7D. RGB value is (115,182,125). Sum of RGB (Red+Green+Blue) = 115+182+125=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 182 - color contains mainly: green. Hex color #73B67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B67D is #8C4982. Grayscale: #9B9B9B. Windows color (decimal): -9193859 or 8238707. OLE color: 8238707.

HSL color Cylindrical-coordinate representation of color #73B67D: hue angle of 128.96º 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 #73B67D is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB115182125-
CMYK0.3700.310.29
HSL128.96º31.46%58.24%-
HSV(B)128.96º36.81%71.37%-
XYZ27.538.5825.4-
YUV155.47110.899.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 182 (71.48% from 255) = 43.13%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=27.25%
G=43.13%
B=29.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151821250.3700.310.29128.9631.4658.24
Hex73B67D2501F1D811f3a
Octal16326617545037352013772
Binary1110011101101101111101100101011111111011000000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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