#72B88B

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

Shades of Bay Leaf #72B88B

Tints of Bay Leaf #72B88B

Color information

#72B88B (or 0x72B88B) is unknown color: approx Bay Leaf. HEX triplet: 72, B8 and 8B. RGB value is (114,184,139). Sum of RGB (Red+Green+Blue) = 114+184+139=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 184 - color contains mainly: green. Hex color #72B88B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B88B is #8D4774. Grayscale: #9E9E9E. Windows color (decimal): -9258869 or 9156722. OLE color: 9156722.

HSL color Cylindrical-coordinate representation of color #72B88B: hue angle of 141.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 #72B88B is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB114184139-
CMYK0.3800.240.28
HSL141.43º33.02%58.43%-
HSV(B)141.43º38.04%72.16%-
XYZ28.7439.7230.58-
YUV157.94117.3196.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.09%
GREEN value IS 184 (72.27% from 255) = 42.11%
BLUE value IS 139 (54.69% from 255) = 31.81%
R=26.09%
G=42.11%
B=31.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1141841390.3800.240.28141.4333.0258.43
Hex72B88B260181C8d213a
Octal16227021346030342154172
Binary111001010111000100010111001100110001110010001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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