#73B875

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

Shades of Fern #73B875

Tints of Fern #73B875

Color information

#73B875 (or 0x73B875) is unknown color: approx Fern. HEX triplet: 73, B8 and 75. RGB value is (115,184,117). Sum of RGB (Red+Green+Blue) = 115+184+117=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #73B875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B875 is #8C478A. Grayscale: #9B9B9B. Windows color (decimal): -9193355 or 7714931. OLE color: 7714931.

HSL color Cylindrical-coordinate representation of color #73B875: hue angle of 121.74º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B875 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB115184117-
CMYK0.3800.360.28
HSL121.74º32.7%58.63%-
HSV(B)121.74º37.5%72.16%-
XYZ27.4239.2122.95-
YUV155.73106.1498.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.64%
GREEN value IS 184 (72.27% from 255) = 44.23%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=27.64%
G=44.23%
B=28.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1151841170.3800.360.28121.7432.758.63
Hex73B875260241C7a213b
Octal16327016546044341724173
Binary11100111011100011101011001100100100111001111010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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