#72B78A

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

Shades of Bay Leaf #72B78A

Tints of Bay Leaf #72B78A

Color information

#72B78A (or 0x72B78A) is unknown color: approx Bay Leaf. HEX triplet: 72, B7 and 8A. RGB value is (114,183,138). Sum of RGB (Red+Green+Blue) = 114+183+138=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #72B78A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B78A is #8D4875. Grayscale: #9D9D9D. Windows color (decimal): -9259126 or 9090930. OLE color: 9090930.

HSL color Cylindrical-coordinate representation of color #72B78A: hue angle of 140.87º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B78A is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB114183138-
CMYK0.3800.250.28
HSL140.87º32.39%58.24%-
HSV(B)140.87º37.7%71.76%-
XYZ28.4639.2830.13-
YUV157.24117.1497.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.21%
GREEN value IS 183 (71.88% from 255) = 42.07%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=26.21%
G=42.07%
B=31.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1141831380.3800.250.28140.8732.3958.24
Hex72B78A260191C8d203a
Octal16226721246031342154072
Binary111001010110111100010101001100110011110010001101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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