#72B08C

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

Shades of Bay Leaf #72B08C

Tints of Bay Leaf #72B08C

Color information

#72B08C (or 0x72B08C) is unknown color: approx Bay Leaf. HEX triplet: 72, B0 and 8C. RGB value is (114,176,140). Sum of RGB (Red+Green+Blue) = 114+176+140=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #72B08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B08C is #8D4F73. Grayscale: #999999. Windows color (decimal): -9260916 or 9220210. OLE color: 9220210.

HSL color Cylindrical-coordinate representation of color #72B08C: hue angle of 145.16º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72B08C is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB114176140-
CMYK0.3500.200.31
HSL145.16º28.18%56.86%-
HSV(B)145.16º35.23%69.02%-
XYZ27.236.5230.43-
YUV153.36120.4699.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=26.51%
G=40.93%
B=32.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141761400.3500.200.31145.1628.1856.86
Hex72B08C230141F911c39
Octal16226021443024372213471
Binary11100101011000010001100100011010100111111001000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,176,140); }

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

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

 a { background-color: rgb(114,176,140); }

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

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

 span { border-color: rgb(114,176,140); }

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