#72B087

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

Shades of Bay Leaf #72B087

Tints of Bay Leaf #72B087

Color information

#72B087 (or 0x72B087) is unknown color: approx Bay Leaf. HEX triplet: 72, B0 and 87. RGB value is (114,176,135). Sum of RGB (Red+Green+Blue) = 114+176+135=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #72B087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B087 is #8D4F78. Grayscale: #989898. Windows color (decimal): -9260921 or 8892530. OLE color: 8892530.

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

Color convert

RGB114176135-
CMYK0.3500.230.31
HSL140.32º28.18%56.86%-
HSV(B)140.32º35.23%69.02%-
XYZ26.8436.3828.53-
YUV152.79117.96100.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.82%
GREEN value IS 176 (69.14% from 255) = 41.41%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=26.82%
G=41.41%
B=31.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141761350.3500.230.31140.3228.1856.86
Hex72B087230171F8c1c39
Octal16226020743027372143471
Binary11100101011000010000111100011010111111111000110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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