#76B282

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

Shades of Bay Leaf #76B282

Tints of Bay Leaf #76B282

Color information

#76B282 (or 0x76B282) is unknown color: approx Bay Leaf. HEX triplet: 76, B2 and 82. RGB value is (118,178,130). Sum of RGB (Red+Green+Blue) = 118+178+130=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #76B282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B282 is #894D7D. Grayscale: #9A9A9A. Windows color (decimal): -8998270 or 8565366. OLE color: 8565366.

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

Color convert

RGB118178130-
CMYK0.3400.270.30
HSL132º28.04%58.04%-
HSV(B)132º33.71%69.8%-
XYZ27.4237.326.87-
YUV154.59114.12101.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 178 (69.92% from 255) = 41.78%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=27.70%
G=41.78%
B=30.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181781300.3400.270.3013228.0458.04
Hex76B2822201B1E841c3a
Octal16626220242033362043472
Binary11101101011001010000010100010011011111101000010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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