#76B28F

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

Shades of Bay Leaf #76B28F

Tints of Bay Leaf #76B28F

Color information

#76B28F (or 0x76B28F) is unknown color: approx Bay Leaf. HEX triplet: 76, B2 and 8F. RGB value is (118,178,143). Sum of RGB (Red+Green+Blue) = 118+178+143=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #76B28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B28F is #894D70. Grayscale: #9C9C9C. Windows color (decimal): -8998257 or 9417334. OLE color: 9417334.

HSL color Cylindrical-coordinate representation of color #76B28F: hue angle of 145º 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 #76B28F is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB118178143-
CMYK0.3400.200.30
HSL145º28.04%58.04%-
HSV(B)145º33.71%69.8%-
XYZ28.3537.6831.76-
YUV156.07120.62100.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.88%
GREEN value IS 178 (69.92% from 255) = 40.55%
BLUE value IS 143 (56.25% from 255) = 32.57%
R=26.88%
G=40.55%
B=32.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181781430.3400.200.3014528.0458.04
Hex76B28F220141E911c3a
Octal16626221742024362213472
Binary11101101011001010001111100010010100111101001000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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