#72AD81

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

Shades of Bay Leaf #72AD81

Tints of Bay Leaf #72AD81

Color information

#72AD81 (or 0x72AD81) is unknown color: approx Bay Leaf. HEX triplet: 72, AD and 81. RGB value is (114,173,129). Sum of RGB (Red+Green+Blue) = 114+173+129=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AD81 is #8D527E. Grayscale: #969696. Windows color (decimal): -9261695 or 8498546. OLE color: 8498546.

HSL color Cylindrical-coordinate representation of color #72AD81: hue angle of 135.25º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AD81 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB114173129-
CMYK0.3400.250.32
HSL135.25º26.46%56.27%-
HSV(B)135.25º34.1%67.84%-
XYZ25.8535.0526.17-
YUV150.34115.95102.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.40%
GREEN value IS 173 (67.97% from 255) = 41.59%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=27.40%
G=41.59%
B=31.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141731290.3400.250.32135.2526.4656.27
Hex72AD812201920871a38
Octal16225520142031402073270
Binary111001010101101100000011000100110011000001000011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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