#76B27F

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

Shades of Bay Leaf #76B27F

Tints of Bay Leaf #76B27F

Color information

#76B27F (or 0x76B27F) is unknown color: approx Bay Leaf. HEX triplet: 76, B2 and 7F. RGB value is (118,178,127). Sum of RGB (Red+Green+Blue) = 118+178+127=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #76B27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B27F is #894D80. Grayscale: #9A9A9A. Windows color (decimal): -8998273 or 8368758. OLE color: 8368758.

HSL color Cylindrical-coordinate representation of color #76B27F: hue angle of 129º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B27F is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB118178127-
CMYK0.3400.290.30
HSL129º28.04%58.04%-
HSV(B)129º33.71%69.8%-
XYZ27.2237.2225.83-
YUV154.25112.62102.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 178 (69.92% from 255) = 42.08%
BLUE value IS 127 (50% from 255) = 30.02%
R=27.90%
G=42.08%
B=30.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181781270.3400.290.3012928.0458.04
Hex76B27F2201D1E811c3a
Octal16626217742035362013472
Binary1110110101100101111111100010011101111101000000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,178,127); }

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

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

 a { background-color: rgb(118,178,127); }

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

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

 span { border-color: rgb(118,178,127); }

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