#72AA8A

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

Shades of Bay Leaf #72AA8A

Tints of Bay Leaf #72AA8A

Color information

#72AA8A (or 0x72AA8A) is unknown color: approx Bay Leaf. HEX triplet: 72, AA and 8A. RGB value is (114,170,138). Sum of RGB (Red+Green+Blue) = 114+170+138=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AA8A is #8D5575. Grayscale: #959595. Windows color (decimal): -9262454 or 9087602. OLE color: 9087602.

HSL color Cylindrical-coordinate representation of color #72AA8A: hue angle of 145.71º 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 #72AA8A is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB114170138-
CMYK0.3300.190.33
HSL145.71º24.78%55.69%-
HSV(B)145.71º32.94%66.67%-
XYZ25.934.1629.27-
YUV149.61121.45102.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.01%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=27.01%
G=40.28%
B=32.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141701380.3300.190.33145.7124.7855.69
Hex72AA8A2101321921938
Octal16225221241023412223170
Binary111001010101010100010101000010100111000011001001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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