#75B47C

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

Shades of Fern #75B47C

Tints of Fern #75B47C

Color information

#75B47C (or 0x75B47C) is unknown color: approx Fern. HEX triplet: 75, B4 and 7C. RGB value is (117,180,124). Sum of RGB (Red+Green+Blue) = 117+180+124=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #75B47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B47C is #8A4B83. Grayscale: #9A9A9A. Windows color (decimal): -9063300 or 8172661. OLE color: 8172661.

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

Color convert

RGB117180124-
CMYK0.3500.310.29
HSL126.67º29.58%58.24%-
HSV(B)126.67º35%70.59%-
XYZ27.337.8824.94-
YUV154.78110.63101.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.79%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=27.79%
G=42.76%
B=29.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801240.3500.310.29126.6729.5858.24
Hex75B47C2301F1D7f1e3a
Octal16526417443037351773672
Binary111010110110100111110010001101111111101111111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,180,124); }

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

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

 a { background-color: rgb(117,180,124); }

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

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

 span { border-color: rgb(117,180,124); }

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