#76AB7F

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

Shades of Bay Leaf #76AB7F

Tints of Bay Leaf #76AB7F

Color information

#76AB7F (or 0x76AB7F) is unknown color: approx Bay Leaf. HEX triplet: 76, AB and 7F. RGB value is (118,171,127). Sum of RGB (Red+Green+Blue) = 118+171+127=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AB7F is #895480. Grayscale: #969696. Windows color (decimal): -9000065 or 8366966. OLE color: 8366966.

HSL color Cylindrical-coordinate representation of color #76AB7F: hue angle of 130.19º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AB7F is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB118171127-
CMYK0.3100.260.33
HSL130.19º23.98%56.67%-
HSV(B)130.19º30.99%67.06%-
XYZ25.8634.5125.38-
YUV150.14114.94105.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 127 (50% from 255) = 30.53%
R=28.37%
G=41.11%
B=30.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181711270.3100.260.33130.1923.9856.67
Hex76AB7F1F01A21821839
Octal16625317737032412023071
Binary1110110101010111111111111110110101000011000001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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