#72B586

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

Shades of Bay Leaf #72B586

Tints of Bay Leaf #72B586

Color information

#72B586 (or 0x72B586) is unknown color: approx Bay Leaf. HEX triplet: 72, B5 and 86. RGB value is (114,181,134). Sum of RGB (Red+Green+Blue) = 114+181+134=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #72B586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B586 is #8D4A79. Grayscale: #9B9B9B. Windows color (decimal): -9259642 or 8828274. OLE color: 8828274.

HSL color Cylindrical-coordinate representation of color #72B586: hue angle of 137.91º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B586 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB114181134-
CMYK0.3700.260.29
HSL137.91º31.16%57.84%-
HSV(B)137.91º37.02%70.98%-
XYZ27.7738.3528.49-
YUV155.61115.898.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 181 (71.09% from 255) = 42.19%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=26.57%
G=42.19%
B=31.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141811340.3700.260.29137.9131.1657.84
Hex72B5862501A1D8a1f3a
Octal16226520645032352123772
Binary11100101011010110000110100101011010111011000101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72B586; }

 p { color: rgb(114,181,134); }

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

<style>
 a { background-color: #72B586; }

 a { background-color: rgb(114,181,134); }

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

<style>
 span { border-color: #72B586; }

 span { border-color: rgb(114,181,134); }

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