#76B77A

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

Shades of Fern #76B77A

Tints of Fern #76B77A

Color information

#76B77A (or 0x76B77A) is unknown color: approx Fern. HEX triplet: 76, B7 and 7A. RGB value is (118,183,122). Sum of RGB (Red+Green+Blue) = 118+183+122=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 183 - color contains mainly: green. Hex color #76B77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B77A is #894885. Grayscale: #9C9C9C. Windows color (decimal): -8996998 or 8042358. OLE color: 8042358.

HSL color Cylindrical-coordinate representation of color #76B77A: hue angle of 123.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B77A is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB118183122-
CMYK0.3600.330.28
HSL123.69º31.1%59.02%-
HSV(B)123.69º35.52%71.76%-
XYZ27.9239.1224.49-
YUV156.61108.47100.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 183 (71.88% from 255) = 43.26%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=27.90%
G=43.26%
B=28.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181831220.3600.330.28123.6931.159.02
Hex76B77A240211C7c1f3b
Octal16626717244041341743773
Binary1110110101101111111010100100010000111100111110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,183,122); }

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

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

 a { background-color: rgb(118,183,122); }

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

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

 span { border-color: rgb(118,183,122); }

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