#76BD87

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

Shades of Bay Leaf #76BD87

Tints of Bay Leaf #76BD87

Color information

#76BD87 (or 0x76BD87) is unknown color: approx Bay Leaf. HEX triplet: 76, BD and 87. RGB value is (118,189,135). Sum of RGB (Red+Green+Blue) = 118+189+135=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BD87 is #894278. Grayscale: #A1A1A1. Windows color (decimal): -8995449 or 8895862. OLE color: 8895862.

HSL color Cylindrical-coordinate representation of color #76BD87: hue angle of 134.37º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BD87 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB118189135-
CMYK0.3800.290.26
HSL134.37º34.98%60.2%-
HSV(B)134.37º37.57%74.12%-
XYZ30.044229.44-
YUV161.62112.9896.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.70%
GREEN value IS 189 (74.22% from 255) = 42.76%
BLUE value IS 135 (53.12% from 255) = 30.54%
R=26.70%
G=42.76%
B=30.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181891350.3800.290.26134.3734.9860.2
Hex76BD872601D1A86233c
Octal16627520746035322064374
Binary111011010111101100001111001100111011101010000110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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