#72AA81

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

Shades of Bay Leaf #72AA81

Tints of Bay Leaf #72AA81

Color information

#72AA81 (or 0x72AA81) is unknown color: approx Bay Leaf. HEX triplet: 72, AA and 81. RGB value is (114,170,129). Sum of RGB (Red+Green+Blue) = 114+170+129=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AA81 is #8D557E. Grayscale: #949494. Windows color (decimal): -9262463 or 8497778. OLE color: 8497778.

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

Color convert

RGB114170129-
CMYK0.3300.240.33
HSL136.07º24.78%55.69%-
HSV(B)136.07º32.94%66.67%-
XYZ25.2833.9125.98-
YUV148.58116.95103.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.60%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=27.60%
G=41.16%
B=31.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141701290.3300.240.33136.0724.7855.69
Hex72AA812101821881938
Octal16225220141030412103170
Binary111001010101010100000011000010110001000011000100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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