#72AA8B

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

Shades of Bay Leaf #72AA8B

Tints of Bay Leaf #72AA8B

Color information

#72AA8B (or 0x72AA8B) is unknown color: approx Bay Leaf. HEX triplet: 72, AA and 8B. RGB value is (114,170,139). Sum of RGB (Red+Green+Blue) = 114+170+139=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AA8B is #8D5574. Grayscale: #959595. Windows color (decimal): -9262453 or 9153138. OLE color: 9153138.

HSL color Cylindrical-coordinate representation of color #72AA8B: hue angle of 146.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AA8B is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB114170139-
CMYK0.3300.180.33
HSL146.79º24.78%55.69%-
HSV(B)146.79º32.94%66.67%-
XYZ25.9734.1929.66-
YUV149.72121.95102.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=26.95%
G=40.19%
B=32.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141701390.3300.180.33146.7924.7855.69
Hex72AA8B2101221931938
Octal16225221341022412233170
Binary111001010101010100010111000010100101000011001001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,170,139); }

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

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

 a { background-color: rgb(114,170,139); }

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

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

 span { border-color: rgb(114,170,139); }

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