#76C98D

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

Shades of Bay Leaf #76C98D

Tints of Bay Leaf #76C98D

Color information

#76C98D (or 0x76C98D) is unknown color: approx Bay Leaf. HEX triplet: 76, C9 and 8D. RGB value is (118,201,141). Sum of RGB (Red+Green+Blue) = 118+201+141=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #76C98D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C98D is #893672. Grayscale: #A9A9A9. Windows color (decimal): -8992371 or 9292150. OLE color: 9292150.

HSL color Cylindrical-coordinate representation of color #76C98D: hue angle of 136.63º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C98D is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB118201141-
CMYK0.4100.300.21
HSL136.63º43.46%62.55%-
HSV(B)136.63º41.29%78.82%-
XYZ33.1747.5532.63-
YUV169.3411291.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.65%
GREEN value IS 201 (78.91% from 255) = 43.70%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=25.65%
G=43.70%
B=30.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182011410.4100.300.21136.6343.4662.55
Hex76C98D2901E15892b3f
Octal16631121551036252115377
Binary111011011001001100011011010010111101010110001001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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