#82A78E

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

Shades of Bay Leaf #82A78E

Tints of Bay Leaf #82A78E

Color information

#82A78E (or 0x82A78E) is unknown color: approx Bay Leaf. HEX triplet: 82, A7 and 8E. RGB value is (130,167,142). Sum of RGB (Red+Green+Blue) = 130+167+142=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 167 - color contains mainly: green. Hex color #82A78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A78E is #7D5871. Grayscale: #999999. Windows color (decimal): -8214642 or 9348994. OLE color: 9348994.

HSL color Cylindrical-coordinate representation of color #82A78E: hue angle of 139.46º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #82A78E is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB130167142-
CMYK0.2200.150.35
HSL139.46º17.37%58.24%-
HSV(B)139.46º22.16%65.49%-
XYZ27.9134.3430.75-
YUV153.09121.74111.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.61%
GREEN value IS 167 (65.62% from 255) = 38.04%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=29.61%
G=38.04%
B=32.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301671420.2200.150.35139.4617.3758.24
Hex82A78E160F238b113a
Octal20224721626017432132172
Binary10000010101001111000111010110011111000111000101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A78E; }

 p { color: rgb(130,167,142); }

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

<style>
 a { background-color: #82A78E; }

 a { background-color: rgb(130,167,142); }

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

<style>
 span { border-color: #82A78E; }

 span { border-color: rgb(130,167,142); }

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