#72BA8A

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

Shades of Bay Leaf #72BA8A

Tints of Bay Leaf #72BA8A

Color information

#72BA8A (or 0x72BA8A) is unknown color: approx Bay Leaf. HEX triplet: 72, BA and 8A. RGB value is (114,186,138). Sum of RGB (Red+Green+Blue) = 114+186+138=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BA8A is #8D4575. Grayscale: #9F9F9F. Windows color (decimal): -9258358 or 9091698. OLE color: 9091698.

HSL color Cylindrical-coordinate representation of color #72BA8A: hue angle of 140º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BA8A is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB114186138-
CMYK0.3900.260.27
HSL140º34.29%58.82%-
HSV(B)140º38.71%72.94%-
XYZ29.0940.5330.33-
YUV159116.1595.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.03%
GREEN value IS 186 (73.05% from 255) = 42.47%
BLUE value IS 138 (54.30% from 255) = 31.51%
R=26.03%
G=42.47%
B=31.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861380.3900.260.2714034.2958.82
Hex72BA8A2701A1B8c223b
Octal16227221247032332144273
Binary111001010111010100010101001110110101101110001100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,186,138); }

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

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

 a { background-color: rgb(114,186,138); }

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

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

 span { border-color: rgb(114,186,138); }

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