#76BB84

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

Shades of Bay Leaf #76BB84

Tints of Bay Leaf #76BB84

Color information

#76BB84 (or 0x76BB84) is unknown color: approx Bay Leaf. HEX triplet: 76, BB and 84. RGB value is (118,187,132). Sum of RGB (Red+Green+Blue) = 118+187+132=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BB84 is #89447B. Grayscale: #A0A0A0. Windows color (decimal): -8995964 or 8698742. OLE color: 8698742.

HSL color Cylindrical-coordinate representation of color #76BB84: hue angle of 132.17º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BB84 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB118187132-
CMYK0.3700.290.27
HSL132.17º33.66%59.8%-
HSV(B)132.17º36.9%73.33%-
XYZ29.4141.0628.2-
YUV160.1112.1497.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 187 (73.44% from 255) = 42.79%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=27.00%
G=42.79%
B=30.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181871320.3700.290.27132.1733.6659.8
Hex76BB842501D1B84223c
Octal16627320445035332044274
Binary111011010111011100001001001010111011101110000100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,187,132); }

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

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

 a { background-color: rgb(118,187,132); }

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

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

 span { border-color: rgb(118,187,132); }

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