#75B17C

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

Shades of Fern #75B17C

Tints of Fern #75B17C

Color information

#75B17C (or 0x75B17C) is unknown color: approx Fern. HEX triplet: 75, B1 and 7C. RGB value is (117,177,124). Sum of RGB (Red+Green+Blue) = 117+177+124=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #75B17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B17C is #8A4E83. Grayscale: #999999. Windows color (decimal): -9064068 or 8171893. OLE color: 8171893.

HSL color Cylindrical-coordinate representation of color #75B17C: hue angle of 127º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B17C is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB117177124-
CMYK0.3400.300.31
HSL127º27.78%57.65%-
HSV(B)127º33.9%69.41%-
XYZ26.736.6824.74-
YUV153.02111.62102.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 177 (69.53% from 255) = 42.34%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=27.99%
G=42.34%
B=29.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171771240.3400.300.3112727.7857.65
Hex75B17C2201E1F7f1c3a
Octal16526117442036371773472
Binary111010110110001111110010001001111011111111111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,177,124); }

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

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

 a { background-color: rgb(117,177,124); }

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

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

 span { border-color: rgb(117,177,124); }

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