#81B790

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

Shades of Bay Leaf #81B790

Tints of Bay Leaf #81B790

Color information

#81B790 (or 0x81B790) is unknown color: approx Bay Leaf. HEX triplet: 81, B7 and 90. RGB value is (129,183,144). Sum of RGB (Red+Green+Blue) = 129+183+144=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #81B790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B790 is #7E486F. Grayscale: #A2A2A2. Windows color (decimal): -8276080 or 9484161. OLE color: 9484161.

HSL color Cylindrical-coordinate representation of color #81B790: hue angle of 136.67º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81B790 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB129183144-
CMYK0.3000.210.28
HSL136.67º27.27%61.18%-
HSV(B)136.67º29.51%71.76%-
XYZ31.0240.5532.58-
YUV162.41117.61104.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.29%
GREEN value IS 183 (71.88% from 255) = 40.13%
BLUE value IS 144 (56.64% from 255) = 31.58%
R=28.29%
G=40.13%
B=31.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1291831440.3000.210.28136.6727.2761.18
Hex81B7901E0151C891b3d
Octal20126722036025342113375
Binary10000001101101111001000011110010101111001000100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,183,144); }

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

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

 a { background-color: rgb(129,183,144); }

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

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

 span { border-color: rgb(129,183,144); }

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