#72B284

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

Shades of Bay Leaf #72B284

Tints of Bay Leaf #72B284

Color information

#72B284 (or 0x72B284) is unknown color: approx Bay Leaf. HEX triplet: 72, B2 and 84. RGB value is (114,178,132). Sum of RGB (Red+Green+Blue) = 114+178+132=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #72B284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B284 is #8D4D7B. Grayscale: #999999. Windows color (decimal): -9260412 or 8696434. OLE color: 8696434.

HSL color Cylindrical-coordinate representation of color #72B284: hue angle of 136.88º 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 #72B284 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB114178132-
CMYK0.3600.260.30
HSL136.88º29.36%57.25%-
HSV(B)136.88º35.96%69.8%-
XYZ27.0237.0827.56-
YUV153.62115.899.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.89%
GREEN value IS 178 (69.92% from 255) = 41.98%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=26.89%
G=41.98%
B=31.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141781320.3600.260.30136.8829.3657.25
Hex72B2842401A1E891d39
Octal16226220444032362113571
Binary11100101011001010000100100100011010111101000100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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