#75B66D

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

Shades of Fern #75B66D

Tints of Fern #75B66D

Color information

#75B66D (or 0x75B66D) is unknown color: approx Fern. HEX triplet: 75, B6 and 6D. RGB value is (117,182,109). Sum of RGB (Red+Green+Blue) = 117+182+109=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 182 - color contains mainly: green. Hex color #75B66D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B66D is #8A4992. Grayscale: #9A9A9A. Windows color (decimal): -9062803 or 7190133. OLE color: 7190133.

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

Color convert

RGB117182109-
CMYK0.3600.400.29
HSL113.42º33.33%57.06%-
HSV(B)113.42º40.11%71.37%-
XYZ26.8238.3420.45-
YUV154.24102.47101.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 182 (71.48% from 255) = 44.61%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=28.68%
G=44.61%
B=26.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171821090.3600.400.29113.4233.3357.06
Hex75B66D240281D712139
Octal16526615544050351614171
Binary11101011011011011011011001000101000111011110001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,182,109); }

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

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

 a { background-color: rgb(117,182,109); }

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

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

 span { border-color: rgb(117,182,109); }

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