#76C58D

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

Shades of Bay Leaf #76C58D

Tints of Bay Leaf #76C58D

Color information

#76C58D (or 0x76C58D) is unknown color: approx Bay Leaf. HEX triplet: 76, C5 and 8D. RGB value is (118,197,141). Sum of RGB (Red+Green+Blue) = 118+197+141=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #76C58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C58D is #893A72. Grayscale: #A7A7A7. Windows color (decimal): -8993395 or 9291126. OLE color: 9291126.

HSL color Cylindrical-coordinate representation of color #76C58D: hue angle of 137.47º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C58D is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB118197141-
CMYK0.4000.280.23
HSL137.47º40.51%61.76%-
HSV(B)137.47º40.1%77.25%-
XYZ32.2545.7132.32-
YUV167113.3393.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.88%
GREEN value IS 197 (77.34% from 255) = 43.20%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=25.88%
G=43.20%
B=30.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181971410.4000.280.23137.4740.5161.76
Hex76C58D2801C1789293e
Octal16630521550034272115176
Binary111011011000101100011011010000111001011110001001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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