#72B884

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

Shades of Bay Leaf #72B884

Tints of Bay Leaf #72B884

Color information

#72B884 (or 0x72B884) is unknown color: approx Bay Leaf. HEX triplet: 72, B8 and 84. RGB value is (114,184,132). Sum of RGB (Red+Green+Blue) = 114+184+132=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #72B884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B884 is #8D477B. Grayscale: #9D9D9D. Windows color (decimal): -9258876 or 8697970. OLE color: 8697970.

HSL color Cylindrical-coordinate representation of color #72B884: hue angle of 135.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B884 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB114184132-
CMYK0.3800.280.28
HSL135.43º33.02%58.43%-
HSV(B)135.43º38.04%72.16%-
XYZ28.2439.5227.97-
YUV157.14113.8197.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 184 (72.27% from 255) = 42.79%
BLUE value IS 132 (51.95% from 255) = 30.70%
R=26.51%
G=42.79%
B=30.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1141841320.3800.280.28135.4333.0258.43
Hex72B8842601C1C87213a
Octal16227020446034342074172
Binary111001010111000100001001001100111001110010000111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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