#72B88E

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

Shades of Bay Leaf #72B88E

Tints of Bay Leaf #72B88E

Color information

#72B88E (or 0x72B88E) is unknown color: approx Bay Leaf. HEX triplet: 72, B8 and 8E. RGB value is (114,184,142). Sum of RGB (Red+Green+Blue) = 114+184+142=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #72B88E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B88E is #8D4771. Grayscale: #9E9E9E. Windows color (decimal): -9258866 or 9353330. OLE color: 9353330.

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

Color convert

RGB114184142-
CMYK0.3800.230.28
HSL144º33.02%58.43%-
HSV(B)144º38.04%72.16%-
XYZ28.9639.8131.75-
YUV158.28118.8196.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.91%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 142 (55.86% from 255) = 32.27%
R=25.91%
G=41.82%
B=32.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1141841420.3800.230.2814433.0258.43
Hex72B88E260171C90213a
Octal16227021646027342204172
Binary111001010111000100011101001100101111110010010000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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