#75B87A

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

Shades of Fern #75B87A

Tints of Fern #75B87A

Color information

#75B87A (or 0x75B87A) is unknown color: approx Fern. HEX triplet: 75, B8 and 7A. RGB value is (117,184,122). Sum of RGB (Red+Green+Blue) = 117+184+122=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #75B87A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B87A is #8A4785. Grayscale: #9D9D9D. Windows color (decimal): -9062278 or 8042613. OLE color: 8042613.

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

Color convert

RGB117184122-
CMYK0.3600.340.28
HSL124.48º32.06%59.02%-
HSV(B)124.48º36.41%72.16%-
XYZ27.9939.4724.56-
YUV156.9108.399.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.66%
GREEN value IS 184 (72.27% from 255) = 43.50%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=27.66%
G=43.50%
B=28.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171841220.3600.340.28124.4832.0659.02
Hex75B87A240221C7c203b
Octal16527017244042341744073
Binary11101011011100011110101001000100010111001111100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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