#75AF79

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

Shades of Fern #75AF79

Tints of Fern #75AF79

Color information

#75AF79 (or 0x75AF79) is unknown color: approx Fern. HEX triplet: 75, AF and 79. RGB value is (117,175,121). Sum of RGB (Red+Green+Blue) = 117+175+121=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF79 is #8A5086. Grayscale: #979797. Windows color (decimal): -9064583 or 7974773. OLE color: 7974773.

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

Color convert

RGB117175121-
CMYK0.3300.310.31
HSL124.14º26.61%57.25%-
HSV(B)124.14º33.14%68.63%-
XYZ26.1235.8223.63-
YUV151.5110.78103.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.33%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 121 (47.66% from 255) = 29.30%
R=28.33%
G=42.37%
B=29.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171751210.3300.310.31124.1426.6157.25
Hex75AF792101F1F7c1b39
Octal16525717141037371743371
Binary111010110101111111100110000101111111111111110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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