#76BF8A

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

Shades of Bay Leaf #76BF8A

Tints of Bay Leaf #76BF8A

Color information

#76BF8A (or 0x76BF8A) is unknown color: approx Bay Leaf. HEX triplet: 76, BF and 8A. RGB value is (118,191,138). Sum of RGB (Red+Green+Blue) = 118+191+138=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BF8A is #894075. Grayscale: #A3A3A3. Windows color (decimal): -8994934 or 9092982. OLE color: 9092982.

HSL color Cylindrical-coordinate representation of color #76BF8A: hue angle of 136.44º 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 #76BF8A is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB118191138-
CMYK0.3800.280.25
HSL136.44º36.32%60.59%-
HSV(B)136.44º38.22%74.9%-
XYZ30.6942.9530.72-
YUV163.13113.8295.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.40%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=26.40%
G=42.73%
B=30.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181911380.3800.280.25136.4436.3260.59
Hex76BF8A2601C1988243d
Octal16627721246034312104475
Binary111011010111111100010101001100111001100110001000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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