#75C177

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

Shades of Fern #75C177

Tints of Fern #75C177

Color information

#75C177 (or 0x75C177) is unknown color: approx Fern. HEX triplet: 75, C1 and 77. RGB value is (117,193,119). Sum of RGB (Red+Green+Blue) = 117+193+119=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #75C177 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C177 is #8A3E88. Grayscale: #A2A2A2. Windows color (decimal): -9059977 or 7848309. OLE color: 7848309.

HSL color Cylindrical-coordinate representation of color #75C177: hue angle of 121.58º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C177 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB117193119-
CMYK0.3900.380.24
HSL121.58º38%60.78%-
HSV(B)121.58º39.38%75.69%-
XYZ29.7443.2524.23-
YUV161.84103.8296.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 193 (75.78% from 255) = 44.99%
BLUE value IS 119 (46.88% from 255) = 27.74%
R=27.27%
G=44.99%
B=27.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171931190.3900.380.24121.583860.78
Hex75C17727026187a263d
Octal16530116747046301724675
Binary11101011100000111101111001110100110110001111010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,193,119); }

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

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

 a { background-color: rgb(117,193,119); }

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

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

 span { border-color: rgb(117,193,119); }

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