#75B37C

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

Shades of Fern #75B37C

Tints of Fern #75B37C

Color information

#75B37C (or 0x75B37C) is unknown color: approx Fern. HEX triplet: 75, B3 and 7C. RGB value is (117,179,124). Sum of RGB (Red+Green+Blue) = 117+179+124=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #75B37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B37C is #8A4C83. Grayscale: #9A9A9A. Windows color (decimal): -9063556 or 8172405. OLE color: 8172405.

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

Color convert

RGB117179124-
CMYK0.3500.310.30
HSL126.77º28.97%58.04%-
HSV(B)126.77º34.64%70.2%-
XYZ27.0937.4824.87-
YUV154.19110.96101.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 179 (70.31% from 255) = 42.62%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=27.86%
G=42.62%
B=29.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171791240.3500.310.30126.7728.9758.04
Hex75B37C2301F1E7f1d3a
Octal16526317443037361773572
Binary111010110110011111110010001101111111110111111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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