#75B37A

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

Shades of Fern #75B37A

Tints of Fern #75B37A

Color information

#75B37A (or 0x75B37A) is unknown color: approx Fern. HEX triplet: 75, B3 and 7A. RGB value is (117,179,122). Sum of RGB (Red+Green+Blue) = 117+179+122=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #75B37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B37A is #8A4C85. Grayscale: #9A9A9A. Windows color (decimal): -9063558 or 8041333. OLE color: 8041333.

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

Color convert

RGB117179122-
CMYK0.3500.320.30
HSL124.84º28.97%58.04%-
HSV(B)124.84º34.64%70.2%-
XYZ26.9737.4324.22-
YUV153.96109.96101.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 179 (70.31% from 255) = 42.82%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=27.99%
G=42.82%
B=29.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171791220.3500.320.30124.8428.9758.04
Hex75B37A230201E7d1d3a
Octal16526317243040361753572
Binary1110101101100111111010100011010000011110111110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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