#75B47A

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

Shades of Fern #75B47A

Tints of Fern #75B47A

Color information

#75B47A (or 0x75B47A) is unknown color: approx Fern. HEX triplet: 75, B4 and 7A. RGB value is (117,180,122). Sum of RGB (Red+Green+Blue) = 117+180+122=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #75B47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B47A is #8A4B85. Grayscale: #9A9A9A. Windows color (decimal): -9063302 or 8041589. OLE color: 8041589.

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

Color convert

RGB117180122-
CMYK0.3500.320.29
HSL124.76º29.58%58.24%-
HSV(B)124.76º35%70.59%-
XYZ27.1737.8324.28-
YUV154.55109.63101.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 180 (70.70% from 255) = 42.96%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=27.92%
G=42.96%
B=29.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801220.3500.320.29124.7629.5858.24
Hex75B47A230201D7d1e3a
Octal16526417243040351753672
Binary1110101101101001111010100011010000011101111110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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