#76B381

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

Shades of Bay Leaf #76B381

Tints of Bay Leaf #76B381

Color information

#76B381 (or 0x76B381) is unknown color: approx Bay Leaf. HEX triplet: 76, B3 and 81. RGB value is (118,179,129). Sum of RGB (Red+Green+Blue) = 118+179+129=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #76B381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B381 is #894C7E. Grayscale: #9B9B9B. Windows color (decimal): -8998015 or 8500086. OLE color: 8500086.

HSL color Cylindrical-coordinate representation of color #76B381: hue angle of 130.82º degrees, saturation: 0.29, 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 #76B381 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB118179129-
CMYK0.3400.280.30
HSL130.82º28.64%58.24%-
HSV(B)130.82º34.08%70.2%-
XYZ27.5537.6826.59-
YUV155.06113.29101.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=27.70%
G=42.02%
B=30.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181791290.3400.280.30130.8228.6458.24
Hex76B3812201C1E831d3a
Octal16626320142034362033572
Binary11101101011001110000001100010011100111101000001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,179,129); }

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

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

 a { background-color: rgb(118,179,129); }

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

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

 span { border-color: rgb(118,179,129); }

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