#76AD82

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

Shades of Bay Leaf #76AD82

Tints of Bay Leaf #76AD82

Color information

#76AD82 (or 0x76AD82) is unknown color: approx Bay Leaf. HEX triplet: 76, AD and 82. RGB value is (118,173,130). Sum of RGB (Red+Green+Blue) = 118+173+130=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AD82 is #89527D. Grayscale: #979797. Windows color (decimal): -8999550 or 8564086. OLE color: 8564086.

HSL color Cylindrical-coordinate representation of color #76AD82: hue angle of 133.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AD82 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB118173130-
CMYK0.3200.250.32
HSL133.09º25.11%57.06%-
HSV(B)133.09º31.79%67.84%-
XYZ26.4435.3526.55-
YUV151.65115.78104-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 130 (51.17% from 255) = 30.88%
R=28.03%
G=41.09%
B=30.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181731300.3200.250.32133.0925.1157.06
Hex76AD822001920851939
Octal16625520240031402053171
Binary111011010101101100000101000000110011000001000010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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