#75B86D

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

Shades of Fern #75B86D

Tints of Fern #75B86D

Color information

#75B86D (or 0x75B86D) is unknown color: approx Fern. HEX triplet: 75, B8 and 6D. RGB value is (117,184,109). Sum of RGB (Red+Green+Blue) = 117+184+109=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #75B86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B86D is #8A4792. Grayscale: #9B9B9B. Windows color (decimal): -9062291 or 7190645. OLE color: 7190645.

HSL color Cylindrical-coordinate representation of color #75B86D: hue angle of 113.6º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75B86D is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB117184109-
CMYK0.3600.410.28
HSL113.6º34.56%57.45%-
HSV(B)113.6º40.76%72.16%-
XYZ27.2439.1720.59-
YUV155.42101.8100.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.54%
GREEN value IS 184 (72.27% from 255) = 44.88%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=28.54%
G=44.88%
B=26.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171841090.3600.410.28113.634.5657.45
Hex75B86D240291C722339
Octal16527015544051341624371
Binary11101011011100011011011001000101001111001110010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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