#72B58B

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

Shades of Bay Leaf #72B58B

Tints of Bay Leaf #72B58B

Color information

#72B58B (or 0x72B58B) is unknown color: approx Bay Leaf. HEX triplet: 72, B5 and 8B. RGB value is (114,181,139). Sum of RGB (Red+Green+Blue) = 114+181+139=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #72B58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B58B is #8D4A74. Grayscale: #9C9C9C. Windows color (decimal): -9259637 or 9155954. OLE color: 9155954.

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

Color convert

RGB114181139-
CMYK0.3700.230.29
HSL142.39º31.16%57.84%-
HSV(B)142.39º37.02%70.98%-
XYZ28.1238.4930.37-
YUV156.18118.397.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.27%
GREEN value IS 181 (71.09% from 255) = 41.71%
BLUE value IS 139 (54.69% from 255) = 32.03%
R=26.27%
G=41.71%
B=32.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141811390.3700.230.29142.3931.1657.84
Hex72B58B250171D8e1f3a
Octal16226521345027352163772
Binary11100101011010110001011100101010111111011000111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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