#75B87B

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

Shades of Fern #75B87B

Tints of Fern #75B87B

Color information

#75B87B (or 0x75B87B) is unknown color: approx Fern. HEX triplet: 75, B8 and 7B. RGB value is (117,184,123). Sum of RGB (Red+Green+Blue) = 117+184+123=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 184 - color contains mainly: green. Hex color #75B87B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B87B is #8A4784. Grayscale: #9D9D9D. Windows color (decimal): -9062277 or 8108149. OLE color: 8108149.

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

Color convert

RGB117184123-
CMYK0.3600.330.28
HSL125.37º32.06%59.02%-
HSV(B)125.37º36.41%72.16%-
XYZ28.0539.4924.88-
YUV157.01108.899.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.59%
GREEN value IS 184 (72.27% from 255) = 43.40%
BLUE value IS 123 (48.44% from 255) = 29.01%
R=27.59%
G=43.40%
B=29.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171841230.3600.330.28125.3732.0659.02
Hex75B87B240211C7d203b
Octal16527017344041341754073
Binary11101011011100011110111001000100001111001111101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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