#76B77E

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

Shades of Bay Leaf #76B77E

Tints of Bay Leaf #76B77E

Color information

#76B77E (or 0x76B77E) is unknown color: approx Bay Leaf. HEX triplet: 76, B7 and 7E. RGB value is (118,183,126). Sum of RGB (Red+Green+Blue) = 118+183+126=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #76B77E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B77E is #894881. Grayscale: #9D9D9D. Windows color (decimal): -8996994 or 8304502. OLE color: 8304502.

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

Color convert

RGB118183126-
CMYK0.3600.310.28
HSL127.38º31.1%59.02%-
HSV(B)127.38º35.52%71.76%-
XYZ28.1739.2225.83-
YUV157.07110.47100.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.63%
GREEN value IS 183 (71.88% from 255) = 42.86%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=27.63%
G=42.86%
B=29.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181831260.3600.310.28127.3831.159.02
Hex76B77E2401F1C7f1f3b
Octal16626717644037341773773
Binary111011010110111111111010010001111111100111111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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