#76B78A

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

Shades of Bay Leaf #76B78A

Tints of Bay Leaf #76B78A

Color information

#76B78A (or 0x76B78A) is unknown color: approx Bay Leaf. HEX triplet: 76, B7 and 8A. RGB value is (118,183,138). Sum of RGB (Red+Green+Blue) = 118+183+138=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #76B78A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B78A is #894875. Grayscale: #9E9E9E. Windows color (decimal): -8996982 or 9090934. OLE color: 9090934.

HSL color Cylindrical-coordinate representation of color #76B78A: hue angle of 138.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B78A is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB118183138-
CMYK0.3600.250.28
HSL138.46º31.1%59.02%-
HSV(B)138.46º35.52%71.76%-
XYZ28.9939.5530.15-
YUV158.43116.4799.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.88%
GREEN value IS 183 (71.88% from 255) = 41.69%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=26.88%
G=41.69%
B=31.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181831380.3600.250.28138.4631.159.02
Hex76B78A240191C8a1f3b
Octal16626721244031342123773
Binary11101101011011110001010100100011001111001000101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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