#72B481

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

Shades of Bay Leaf #72B481

Tints of Bay Leaf #72B481

Color information

#72B481 (or 0x72B481) is unknown color: approx Bay Leaf. HEX triplet: 72, B4 and 81. RGB value is (114,180,129). Sum of RGB (Red+Green+Blue) = 114+180+129=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #72B481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B481 is #8D4B7E. Grayscale: #9A9A9A. Windows color (decimal): -9259903 or 8500338. OLE color: 8500338.

HSL color Cylindrical-coordinate representation of color #72B481: hue angle of 133.64º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B481 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB114180129-
CMYK0.3700.280.29
HSL133.64º30.56%57.65%-
HSV(B)133.64º36.67%70.59%-
XYZ27.2237.826.63-
YUV154.45113.6399.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 180 (70.70% from 255) = 42.55%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=26.95%
G=42.55%
B=30.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141801290.3700.280.29133.6430.5657.65
Hex72B4812501C1D861f3a
Octal16226420145034352063772
Binary11100101011010010000001100101011100111011000011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,180,129); }

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

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

 a { background-color: rgb(114,180,129); }

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

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

 span { border-color: rgb(114,180,129); }

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