#75B873

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

Shades of Fern #75B873

Tints of Fern #75B873

Color information

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

HSL color Cylindrical-coordinate representation of color #75B873: hue angle of 118.26º 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 #75B873 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB117184115-
CMYK0.3600.380.28
HSL118.26º32.7%58.63%-
HSV(B)118.26º37.5%72.16%-
XYZ27.5739.322.35-
YUV156.1104.8100.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171841150.3600.380.28118.2632.758.63
Hex75B873240261C76213b
Octal16527016344046341664173
Binary11101011011100011100111001000100110111001110110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B873; }

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

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

<style>
 a { background-color: #75B873; }

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

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

<style>
 span { border-color: #75B873; }

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

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