#81A78B

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

Shades of Bay Leaf #81A78B

Tints of Bay Leaf #81A78B

Color information

#81A78B (or 0x81A78B) is unknown color: approx Bay Leaf. HEX triplet: 81, A7 and 8B. RGB value is (129,167,139). Sum of RGB (Red+Green+Blue) = 129+167+139=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 167 - color contains mainly: green. Hex color #81A78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A78B is #7E5874. Grayscale: #989898. Windows color (decimal): -8280181 or 9152385. OLE color: 9152385.

HSL color Cylindrical-coordinate representation of color #81A78B: hue angle of 135.79º 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 #81A78B is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB129167139-
CMYK0.2300.170.35
HSL135.79º17.76%58.04%-
HSV(B)135.79º22.75%65.49%-
XYZ27.5334.1729.57-
YUV152.45120.41111.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.66%
GREEN value IS 167 (65.62% from 255) = 38.39%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=29.66%
G=38.39%
B=31.95%

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
Decimal1291671390.2300.170.35135.7917.7658.04
Hex81A78B170112388123a
Octal20124721327021432102272
Binary100000011010011110001011101110100011000111000100010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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