#76b484

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

Shades of Bay Leaf #76B484

Tints of Bay Leaf #76B484

Color information

#76B484 (or 0x76B484) is unknown color: approx Bay Leaf. HEX triplet: 76, B4 and 84. RGB value is (118,180,132). Sum of RGB (Red+Green+Blue) = 118+180+132=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #76B484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B484 is #894B7B. Grayscale: #9C9C9C. Windows color (decimal): -8997756 or 8696950. OLE color: 8696950.

HSL color Cylindrical-coordinate representation of color #76B484: hue angle of 133.55º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B484 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB118180132-
CMYK0.3400.270.29
HSL133.55º29.25%58.43%-
HSV(B)133.55º34.44%70.59%-
XYZ27.9638.1627.72-
YUV155.99114.46100.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 132 (51.95% from 255) = 30.70%
R=27.44%
G=41.86%
B=30.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181801320.3400.270.29133.5529.2558.43
Hex76B4842201B1D861d3a
Octal16626420442033352063572
Binary11101101011010010000100100010011011111011000011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76b484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,180,132); }

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

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

 a { background-color: rgb(118,180,132); }

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

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

 span { border-color: rgb(118,180,132); }

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