#72B88F

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

Shades of Bay Leaf #72B88F

Tints of Bay Leaf #72B88F

Color information

#72B88F (or 0x72B88F) is unknown color: approx Bay Leaf. HEX triplet: 72, B8 and 8F. RGB value is (114,184,143). Sum of RGB (Red+Green+Blue) = 114+184+143=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #72B88F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B88F is #8D4770. Grayscale: #9E9E9E. Windows color (decimal): -9258865 or 9418866. OLE color: 9418866.

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

Color convert

RGB114184143-
CMYK0.3800.220.28
HSL144.86º33.02%58.43%-
HSV(B)144.86º38.04%72.16%-
XYZ29.0439.8432.15-
YUV158.4119.3196.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.85%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 143 (56.25% from 255) = 32.43%
R=25.85%
G=41.72%
B=32.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1141841430.3800.220.28144.8633.0258.43
Hex72B88F260161C91213a
Octal16227021746026342214172
Binary111001010111000100011111001100101101110010010001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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