#75B56C

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

Shades of Fern #75B56C

Tints of Fern #75B56C

Color information

#75B56C (or 0x75B56C) is unknown color: approx Fern. HEX triplet: 75, B5 and 6C. RGB value is (117,181,108). Sum of RGB (Red+Green+Blue) = 117+181+108=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #75B56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B56C is #8A4A93. Grayscale: #999999. Windows color (decimal): -9063060 or 7124341. OLE color: 7124341.

HSL color Cylindrical-coordinate representation of color #75B56C: hue angle of 112.6º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75B56C is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB117181108-
CMYK0.3500.400.29
HSL112.6º33.03%56.67%-
HSV(B)112.6º40.33%70.98%-
XYZ26.5737.9120.1-
YUV153.54102.3101.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 181 (71.09% from 255) = 44.58%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=28.82%
G=44.58%
B=26.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171811080.3500.400.29112.633.0356.67
Hex75B56C230281D712139
Octal16526515443050351614171
Binary11101011011010111011001000110101000111011110001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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