#72A584

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

Shades of Bay Leaf #72A584

Tints of Bay Leaf #72A584

Color information

#72A584 (or 0x72A584) is unknown color: approx Bay Leaf. HEX triplet: 72, A5 and 84. RGB value is (114,165,132). Sum of RGB (Red+Green+Blue) = 114+165+132=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 165 - color contains mainly: green. Hex color #72A584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A584 is #8D5A7B. Grayscale: #929292. Windows color (decimal): -9263740 or 8693106. OLE color: 8693106.

HSL color Cylindrical-coordinate representation of color #72A584: hue angle of 141.18º 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 #72A584 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB114165132-
CMYK0.3100.200.35
HSL141.18º22.08%54.71%-
HSV(B)141.18º30.91%64.71%-
XYZ24.5632.1526.74-
YUV145.99120.1105.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.74%
GREEN value IS 165 (64.84% from 255) = 40.15%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=27.74%
G=40.15%
B=32.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141651320.3100.200.35141.1822.0854.71
Hex72A5841F014238d1637
Octal16224520437024432152667
Binary11100101010010110000100111110101001000111000110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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