#72A587

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

Shades of Bay Leaf #72A587

Tints of Bay Leaf #72A587

Color information

#72A587 (or 0x72A587) is unknown color: approx Bay Leaf. HEX triplet: 72, A5 and 87. RGB value is (114,165,135). Sum of RGB (Red+Green+Blue) = 114+165+135=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #72A587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A587 is #8D5A78. Grayscale: #929292. Windows color (decimal): -9263737 or 8889714. OLE color: 8889714.

HSL color Cylindrical-coordinate representation of color #72A587: hue angle of 144.71º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A587 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB114165135-
CMYK0.3100.180.35
HSL144.71º22.08%54.71%-
HSV(B)144.71º30.91%64.71%-
XYZ24.7732.2427.84-
YUV146.33121.6104.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 165 (64.84% from 255) = 39.86%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=27.54%
G=39.86%
B=32.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141651350.3100.180.35144.7122.0854.71
Hex72A5871F01223911637
Octal16224520737022432212667
Binary11100101010010110000111111110100101000111001000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,165,135); }

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

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

 a { background-color: rgb(114,165,135); }

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

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

 span { border-color: rgb(114,165,135); }

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