#75AF77

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

Shades of Fern #75AF77

Tints of Fern #75AF77

Color information

#75AF77 (or 0x75AF77) is unknown color: approx Fern. HEX triplet: 75, AF and 77. RGB value is (117,175,119). Sum of RGB (Red+Green+Blue) = 117+175+119=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF77 is #8A5088. Grayscale: #979797. Windows color (decimal): -9064585 or 7843701. OLE color: 7843701.

HSL color Cylindrical-coordinate representation of color #75AF77: hue angle of 122.07º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75AF77 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB117175119-
CMYK0.3300.320.31
HSL122.07º26.61%57.25%-
HSV(B)122.07º33.14%68.63%-
XYZ2635.7722.99-
YUV151.27109.78103.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=28.47%
G=42.58%
B=28.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171751190.3300.320.31122.0726.6157.25
Hex75AF77210201F7a1b39
Octal16525716741040371723371
Binary1110101101011111110111100001010000011111111101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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