#77AF75

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

Shades of Fern #77AF75

Tints of Fern #77AF75

Color information

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

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

Color convert

RGB119175117-
CMYK0.3200.330.31
HSL117.93º26.61%57.25%-
HSV(B)117.93º33.14%68.63%-
XYZ26.1535.8722.37-
YUV151.64108.45104.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191751170.3200.330.31117.9326.6157.25
Hex77AF75200211F761b39
Octal16725716540041371663371
Binary1110111101011111110101100000010000111111111011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77AF75; }

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

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

<style>
 a { background-color: #77AF75; }

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

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

<style>
 span { border-color: #77AF75; }

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

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