#77AF7A

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

Shades of Fern #77AF7A

Tints of Fern #77AF7A

Color information

#77AF7A (or 0x77AF7A) is unknown color: approx Fern. HEX triplet: 77, AF and 7A. RGB value is (119,175,122). Sum of RGB (Red+Green+Blue) = 119+175+122=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AF7A is #885085. Grayscale: #989898. Windows color (decimal): -8933510 or 8040311. OLE color: 8040311.

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

Color convert

RGB119175122-
CMYK0.3200.300.31
HSL123.21º25.93%57.65%-
HSV(B)123.21º32%68.63%-
XYZ26.4535.9923.96-
YUV152.21110.95104.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.61%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 122 (48.05% from 255) = 29.33%
R=28.61%
G=42.07%
B=29.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191751220.3200.300.31123.2125.9357.65
Hex77AF7A2001E1F7b1a3a
Octal16725717240036371733272
Binary111011110101111111101010000001111011111111101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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