#76B988

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

Shades of Bay Leaf #76B988

Tints of Bay Leaf #76B988

Color information

#76B988 (or 0x76B988) is unknown color: approx Bay Leaf. HEX triplet: 76, B9 and 88. RGB value is (118,185,136). Sum of RGB (Red+Green+Blue) = 118+185+136=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #76B988 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B988 is #894677. Grayscale: #9F9F9F. Windows color (decimal): -8996472 or 8960374. OLE color: 8960374.

HSL color Cylindrical-coordinate representation of color #76B988: hue angle of 136.12º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B988 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB118185136-
CMYK0.3600.260.27
HSL136.12º32.37%59.41%-
HSV(B)136.12º36.22%72.55%-
XYZ29.2640.3329.53-
YUV159.38114.898.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.88%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=26.88%
G=42.14%
B=30.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181851360.3600.260.27136.1232.3759.41
Hex76B9882401A1B88203b
Octal16627121044032332104073
Binary111011010111001100010001001000110101101110001000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,185,136); }

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

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

 a { background-color: rgb(118,185,136); }

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

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

 span { border-color: rgb(118,185,136); }

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