#75B57C

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

Shades of Fern #75B57C

Tints of Fern #75B57C

Color information

#75B57C (or 0x75B57C) is unknown color: approx Fern. HEX triplet: 75, B5 and 7C. RGB value is (117,181,124). Sum of RGB (Red+Green+Blue) = 117+181+124=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #75B57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B57C is #8A4A83. Grayscale: #9B9B9B. Windows color (decimal): -9063044 or 8172917. OLE color: 8172917.

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

Color convert

RGB117181124-
CMYK0.3500.310.29
HSL126.56º30.19%58.43%-
HSV(B)126.56º35.36%70.98%-
XYZ27.538.2825.01-
YUV155.37110.3100.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 181 (71.09% from 255) = 42.89%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=27.73%
G=42.89%
B=29.38%

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
Decimal1171811240.3500.310.29126.5630.1958.43
Hex75B57C2301F1D7f1e3a
Octal16526517443037351773672
Binary111010110110101111110010001101111111101111111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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