#72B484

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

Shades of Bay Leaf #72B484

Tints of Bay Leaf #72B484

Color information

#72B484 (or 0x72B484) is unknown color: approx Bay Leaf. HEX triplet: 72, B4 and 84. RGB value is (114,180,132). Sum of RGB (Red+Green+Blue) = 114+180+132=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #72B484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B484 is #8D4B7B. Grayscale: #9A9A9A. Windows color (decimal): -9259900 or 8696946. OLE color: 8696946.

HSL color Cylindrical-coordinate representation of color #72B484: hue angle of 136.36º 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 #72B484 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB114180132-
CMYK0.3700.270.29
HSL136.36º30.56%57.65%-
HSV(B)136.36º36.67%70.59%-
XYZ27.4337.8927.7-
YUV154.79115.1398.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.76%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=26.76%
G=42.25%
B=30.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141801320.3700.270.29136.3630.5657.65
Hex72B4842501B1D881f3a
Octal16226420445033352103772
Binary11100101011010010000100100101011011111011000100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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