#76AF75

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

Shades of Fern #76AF75

Tints of Fern #76AF75

Color information

#76AF75 (or 0x76AF75) is unknown color: approx Fern. HEX triplet: 76, AF and 75. RGB value is (118,175,117). Sum of RGB (Red+Green+Blue) = 118+175+117=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF75 is #89508A. Grayscale: #979797. Windows color (decimal): -8999051 or 7712630. OLE color: 7712630.

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

Color convert

RGB118175117-
CMYK0.3300.330.31
HSL118.97º26.61%57.25%-
HSV(B)118.97º33.14%68.63%-
XYZ26.0135.822.37-
YUV151.34108.62104.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.78%
GREEN value IS 175 (68.75% from 255) = 42.68%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=28.78%
G=42.68%
B=28.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181751170.3300.330.31118.9726.6157.25
Hex76AF75210211F771b39
Octal16625716541041371673371
Binary1110110101011111110101100001010000111111111011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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