#809F8B

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

Shades of Bay Leaf #809F8B

Tints of Bay Leaf #809F8B

Color information

#809F8B (or 0x809F8B) is unknown color: approx Bay Leaf. HEX triplet: 80, 9F and 8B. RGB value is (128,159,139). Sum of RGB (Red+Green+Blue) = 128+159+139=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 159 - color contains mainly: green. Hex color #809F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809F8B is #7F6074. Grayscale: #939393. Windows color (decimal): -8347765 or 9150336. OLE color: 9150336.

HSL color Cylindrical-coordinate representation of color #809F8B: hue angle of 141.29º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #809F8B is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB128159139-
CMYK0.1900.130.38
HSL141.29º13.9%56.27%-
HSV(B)141.29º19.5%62.35%-
XYZ25.9631.2529.09-
YUV147.45123.23114.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.05%
GREEN value IS 159 (62.5% from 255) = 37.32%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=30.05%
G=37.32%
B=32.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281591390.1900.130.38141.2913.956.27
Hex809F8B130D268de38
Octal20023721323015462151670
Binary1000000010011111100010111001101101100110100011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809F8B; }

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

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

<style>
 a { background-color: #809F8B; }

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

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

<style>
 span { border-color: #809F8B; }

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

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