#76BF8D

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

Shades of Bay Leaf #76BF8D

Tints of Bay Leaf #76BF8D

Color information

#76BF8D (or 0x76BF8D) is unknown color: approx Bay Leaf. HEX triplet: 76, BF and 8D. RGB value is (118,191,141). Sum of RGB (Red+Green+Blue) = 118+191+141=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BF8D is #894072. Grayscale: #A3A3A3. Windows color (decimal): -8994931 or 9289590. OLE color: 9289590.

HSL color Cylindrical-coordinate representation of color #76BF8D: hue angle of 138.9º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BF8D is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB118191141-
CMYK0.3800.260.25
HSL138.9º36.32%60.59%-
HSV(B)138.9º38.22%74.9%-
XYZ30.9143.0431.88-
YUV163.47115.3295.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.22%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=26.22%
G=42.44%
B=31.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181911410.3800.260.25138.936.3260.59
Hex76BF8D2601A198b243d
Octal16627721546032312134475
Binary111011010111111100011011001100110101100110001011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,191,141); }

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

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

 a { background-color: rgb(118,191,141); }

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

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

 span { border-color: rgb(118,191,141); }

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