#76B970

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

Shades of Fern #76B970

Tints of Fern #76B970

Color information

#76B970 (or 0x76B970) is unknown color: approx Fern. HEX triplet: 76, B9 and 70. RGB value is (118,185,112). Sum of RGB (Red+Green+Blue) = 118+185+112=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #76B970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B970 is #89468F. Grayscale: #9C9C9C. Windows color (decimal): -8996496 or 7387510. OLE color: 7387510.

HSL color Cylindrical-coordinate representation of color #76B970: hue angle of 115.07º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76B970 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB118185112-
CMYK0.3600.390.27
HSL115.07º34.27%58.24%-
HSV(B)115.07º39.46%72.55%-
XYZ27.7439.7221.53-
YUV156.65102.8100.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.43%
GREEN value IS 185 (72.66% from 255) = 44.58%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=28.43%
G=44.58%
B=26.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181851120.3600.390.27115.0734.2758.24
Hex76B970240271B73223a
Octal16627116044047331634272
Binary11101101011100111100001001000100111110111110011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,185,112); }

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

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

 a { background-color: rgb(118,185,112); }

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

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

 span { border-color: rgb(118,185,112); }

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