#76A587

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

Shades of Bay Leaf #76A587

Tints of Bay Leaf #76A587

Color information

#76A587 (or 0x76A587) is unknown color: approx Bay Leaf. HEX triplet: 76, A5 and 87. RGB value is (118,165,135). Sum of RGB (Red+Green+Blue) = 118+165+135=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 165 - color contains mainly: green. Hex color #76A587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A587 is #895A78. Grayscale: #939393. Windows color (decimal): -9001593 or 8889718. OLE color: 8889718.

HSL color Cylindrical-coordinate representation of color #76A587: hue angle of 141.7º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A587 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB118165135-
CMYK0.2800.180.35
HSL141.7º20.7%55.49%-
HSV(B)141.7º28.48%64.71%-
XYZ25.332.5127.86-
YUV147.53120.93106.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 165 (64.84% from 255) = 39.47%
BLUE value IS 135 (53.12% from 255) = 32.30%
R=28.23%
G=39.47%
B=32.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181651350.2800.180.35141.720.755.49
Hex76A5871C012238e1537
Octal16624520734022432162567
Binary11101101010010110000111111000100101000111000111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,165,135); }

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

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

 a { background-color: rgb(118,165,135); }

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

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

 span { border-color: rgb(118,165,135); }

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