#76B88B

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

Shades of Bay Leaf #76B88B

Tints of Bay Leaf #76B88B

Color information

#76B88B (or 0x76B88B) is unknown color: approx Bay Leaf. HEX triplet: 76, B8 and 8B. RGB value is (118,184,139). Sum of RGB (Red+Green+Blue) = 118+184+139=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #76B88B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B88B is #894774. Grayscale: #9F9F9F. Windows color (decimal): -8996725 or 9156726. OLE color: 9156726.

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

Color convert

RGB118184139-
CMYK0.3600.240.28
HSL139.09º31.73%59.22%-
HSV(B)139.09º35.87%72.16%-
XYZ29.274030.6-
YUV159.14116.6398.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.76%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=26.76%
G=41.72%
B=31.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181841390.3600.240.28139.0931.7359.22
Hex76B88B240181C8b203b
Octal16627021344030342134073
Binary111011010111000100010111001000110001110010001011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,184,139); }

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

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

 a { background-color: rgb(118,184,139); }

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

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

 span { border-color: rgb(118,184,139); }

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