#75B57A

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

Shades of Fern #75B57A

Tints of Fern #75B57A

Color information

#75B57A (or 0x75B57A) is unknown color: approx Fern. HEX triplet: 75, B5 and 7A. RGB value is (117,181,122). Sum of RGB (Red+Green+Blue) = 117+181+122=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #75B57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B57A is #8A4A85. Grayscale: #9B9B9B. Windows color (decimal): -9063046 or 8041845. OLE color: 8041845.

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

Color convert

RGB117181122-
CMYK0.3500.330.29
HSL124.69º30.19%58.43%-
HSV(B)124.69º35.36%70.98%-
XYZ27.3738.2324.35-
YUV155.14109.3100.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 181 (71.09% from 255) = 43.10%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=27.86%
G=43.10%
B=29.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171811220.3500.330.29124.6930.1958.43
Hex75B57A230211D7d1e3a
Octal16526517243041351753672
Binary1110101101101011111010100011010000111101111110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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