#72B280

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

Shades of Bay Leaf #72B280

Tints of Bay Leaf #72B280

Color information

#72B280 (or 0x72B280) is unknown color: approx Bay Leaf. HEX triplet: 72, B2 and 80. RGB value is (114,178,128). Sum of RGB (Red+Green+Blue) = 114+178+128=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #72B280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B280 is #8D4D7F. Grayscale: #999999. Windows color (decimal): -9260416 or 8434290. OLE color: 8434290.

HSL color Cylindrical-coordinate representation of color #72B280: hue angle of 133.12º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B280 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB114178128-
CMYK0.3600.280.30
HSL133.12º29.36%57.25%-
HSV(B)133.12º35.96%69.8%-
XYZ26.7636.9826.15-
YUV153.16113.8100.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 178 (69.92% from 255) = 42.38%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=27.14%
G=42.38%
B=30.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141781280.3600.280.30133.1229.3657.25
Hex72B2802401C1E851d39
Octal16226220044034362053571
Binary11100101011001010000000100100011100111101000010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,178,128); }

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

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

 a { background-color: rgb(114,178,128); }

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

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

 span { border-color: rgb(114,178,128); }

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