#72af7d

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

Shades of Bay Leaf #72AF7D

Tints of Bay Leaf #72AF7D

Color information

#72AF7D (or 0x72AF7D) is unknown color: approx Bay Leaf. HEX triplet: 72, AF and 7D. RGB value is (114,175,125). Sum of RGB (Red+Green+Blue) = 114+175+125=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AF7D is #8D5082. Grayscale: #979797. Windows color (decimal): -9261187 or 8236914. OLE color: 8236914.

HSL color Cylindrical-coordinate representation of color #72AF7D: hue angle of 130.82º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72AF7D is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB114175125-
CMYK0.3500.290.31
HSL130.82º27.6%56.67%-
HSV(B)130.82º34.86%68.63%-
XYZ25.9735.7224.93-
YUV151.06113.29101.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 175 (68.75% from 255) = 42.27%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=27.54%
G=42.27%
B=30.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141751250.3500.290.31130.8227.656.67
Hex72AF7D2301D1F831c39
Octal16225717543035372033471
Binary1110010101011111111101100011011101111111000001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72af7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,175,125); }

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

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

 a { background-color: rgb(114,175,125); }

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

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

 span { border-color: rgb(114,175,125); }

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