#72B67E

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

Shades of Bay Leaf #72B67E

Tints of Bay Leaf #72B67E

Color information

#72B67E (or 0x72B67E) is unknown color: approx Bay Leaf. HEX triplet: 72, B6 and 7E. RGB value is (114,182,126). Sum of RGB (Red+Green+Blue) = 114+182+126=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 182 - color contains mainly: green. Hex color #72B67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B67E is #8D4981. Grayscale: #9B9B9B. Windows color (decimal): -9259394 or 8304242. OLE color: 8304242.

HSL color Cylindrical-coordinate representation of color #72B67E: hue angle of 130.59º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B67E is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB114182126-
CMYK0.3700.310.29
HSL130.59º31.78%58.04%-
HSV(B)130.59º37.36%71.37%-
XYZ27.4338.5425.73-
YUV155.28111.4798.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.01%
GREEN value IS 182 (71.48% from 255) = 43.13%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=27.01%
G=43.13%
B=29.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141821260.3700.310.29130.5931.7858.04
Hex72B67E2501F1D83203a
Octal16226617645037352034072
Binary11100101011011011111101001010111111110110000011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,182,126); }

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

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

 a { background-color: rgb(114,182,126); }

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

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

 span { border-color: rgb(114,182,126); }

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