#75B97C

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

Shades of Fern #75B97C

Tints of Fern #75B97C

Color information

#75B97C (or 0x75B97C) is unknown color: approx Fern. HEX triplet: 75, B9 and 7C. RGB value is (117,185,124). Sum of RGB (Red+Green+Blue) = 117+185+124=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #75B97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B97C is #8A4683. Grayscale: #9D9D9D. Windows color (decimal): -9062020 or 8173941. OLE color: 8173941.

HSL color Cylindrical-coordinate representation of color #75B97C: hue angle of 126.18º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75B97C is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB117185124-
CMYK0.3700.330.27
HSL126.18º32.69%59.22%-
HSV(B)126.18º36.76%72.55%-
XYZ28.3239.9425.28-
YUV157.71108.9798.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.46%
GREEN value IS 185 (72.66% from 255) = 43.43%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=27.46%
G=43.43%
B=29.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171851240.3700.330.27126.1832.6959.22
Hex75B97C250211B7e213b
Octal16527117445041331764173
Binary11101011011100111111001001010100001110111111110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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