#80A78B

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

Shades of Bay Leaf #80A78B

Tints of Bay Leaf #80A78B

Color information

#80A78B (or 0x80A78B) is unknown color: approx Bay Leaf. HEX triplet: 80, A7 and 8B. RGB value is (128,167,139). Sum of RGB (Red+Green+Blue) = 128+167+139=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 167 - color contains mainly: green. Hex color #80A78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A78B is #7F5874. Grayscale: #989898. Windows color (decimal): -8345717 or 9152384. OLE color: 9152384.

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

Color convert

RGB128167139-
CMYK0.2300.170.35
HSL136.92º18.14%57.84%-
HSV(B)136.92º23.35%65.49%-
XYZ27.3834.0929.56-
YUV152.15120.58110.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.49%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 139 (54.69% from 255) = 32.03%
R=29.49%
G=38.48%
B=32.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281671390.2300.170.35136.9218.1457.84
Hex80A78B170112389123a
Octal20024721327021432112272
Binary100000001010011110001011101110100011000111000100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A78B; }

 p { color: rgb(128,167,139); }

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

<style>
 a { background-color: #80A78B; }

 a { background-color: rgb(128,167,139); }

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

<style>
 span { border-color: #80A78B; }

 span { border-color: rgb(128,167,139); }

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