#76C68A

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

Shades of Bay Leaf #76C68A

Tints of Bay Leaf #76C68A

Color information

#76C68A (or 0x76C68A) is unknown color: approx Bay Leaf. HEX triplet: 76, C6 and 8A. RGB value is (118,198,138). Sum of RGB (Red+Green+Blue) = 118+198+138=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #76C68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C68A is #893975. Grayscale: #A7A7A7. Windows color (decimal): -8993142 or 9094774. OLE color: 9094774.

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

Color convert

RGB118198138-
CMYK0.4000.300.22
HSL135º41.24%61.96%-
HSV(B)135º40.4%77.65%-
XYZ32.2546.0731.24-
YUV167.24111.592.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.99%
GREEN value IS 198 (77.73% from 255) = 43.61%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=25.99%
G=43.61%
B=30.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181981380.4000.300.2213541.2461.96
Hex76C68A2801E1687293e
Octal16630621250036262075176
Binary111011011000110100010101010000111101011010000111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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