#73B786

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

Shades of Bay Leaf #73B786

Tints of Bay Leaf #73B786

Color information

#73B786 (or 0x73B786) is unknown color: approx Bay Leaf. HEX triplet: 73, B7 and 86. RGB value is (115,183,134). Sum of RGB (Red+Green+Blue) = 115+183+134=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #73B786 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B786 is #8C4879. Grayscale: #9D9D9D. Windows color (decimal): -9193594 or 8828787. OLE color: 8828787.

HSL color Cylindrical-coordinate representation of color #73B786: hue angle of 136.76º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73B786 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB115183134-
CMYK0.3700.270.28
HSL136.76º32.08%58.43%-
HSV(B)136.76º37.16%71.76%-
XYZ28.3139.2328.64-
YUV157.08114.9797.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.62%
GREEN value IS 183 (71.88% from 255) = 42.36%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=26.62%
G=42.36%
B=31.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1151831340.3700.270.28136.7632.0858.43
Hex73B7862501B1C89203a
Octal16326720645033342114072
Binary111001110110111100001101001010110111110010001001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73B786; }

 p { color: rgb(115,183,134); }

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

<style>
 a { background-color: #73B786; }

 a { background-color: rgb(115,183,134); }

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

<style>
 span { border-color: #73B786; }

 span { border-color: rgb(115,183,134); }

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