#81A48F

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

Shades of Bay Leaf #81A48F

Tints of Bay Leaf #81A48F

Color information

#81A48F (or 0x81A48F) is unknown color: approx Bay Leaf. HEX triplet: 81, A4 and 8F. RGB value is (129,164,143). Sum of RGB (Red+Green+Blue) = 129+164+143=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 164 - color contains mainly: green. Hex color #81A48F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A48F is #7E5B70. Grayscale: #979797. Windows color (decimal): -8280945 or 9413761. OLE color: 9413761.

HSL color Cylindrical-coordinate representation of color #81A48F: hue angle of 144º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #81A48F is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB129164143-
CMYK0.2100.130.36
HSL144º16.13%57.45%-
HSV(B)144º21.34%64.31%-
XYZ27.2933.230.96-
YUV151.14123.4112.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 143 (56.25% from 255) = 32.80%
R=29.59%
G=37.61%
B=32.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291641430.2100.130.3614416.1357.45
Hex81A48F150D24901039
Octal20124421725015442202071
Binary10000001101001001000111110101011011001001001000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A48F; }

 p { color: rgb(129,164,143); }

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

<style>
 a { background-color: #81A48F; }

 a { background-color: rgb(129,164,143); }

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

<style>
 span { border-color: #81A48F; }

 span { border-color: rgb(129,164,143); }

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