#76B288

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

Shades of Bay Leaf #76B288

Tints of Bay Leaf #76B288

Color information

#76B288 (or 0x76B288) is unknown color: approx Bay Leaf. HEX triplet: 76, B2 and 88. RGB value is (118,178,136). Sum of RGB (Red+Green+Blue) = 118+178+136=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 178 - color contains mainly: green. Hex color #76B288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B288 is #894D77. Grayscale: #9B9B9B. Windows color (decimal): -8998264 or 8958582. OLE color: 8958582.

HSL color Cylindrical-coordinate representation of color #76B288: hue angle of 138º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B288 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB118178136-
CMYK0.3400.240.30
HSL138º28.04%58.04%-
HSV(B)138º33.71%69.8%-
XYZ27.8437.4729.06-
YUV155.27117.12101.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=27.31%
G=41.20%
B=31.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181781360.3400.240.3013828.0458.04
Hex76B288220181E8a1c3a
Octal16626221042030362123472
Binary11101101011001010001000100010011000111101000101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,178,136); }

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

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

 a { background-color: rgb(118,178,136); }

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

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

 span { border-color: rgb(118,178,136); }

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