#72B688

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

Shades of Bay Leaf #72B688

Tints of Bay Leaf #72B688

Color information

#72B688 (or 0x72B688) is unknown color: approx Bay Leaf. HEX triplet: 72, B6 and 88. RGB value is (114,182,136). Sum of RGB (Red+Green+Blue) = 114+182+136=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #72B688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B688 is #8D4977. Grayscale: #9C9C9C. Windows color (decimal): -9259384 or 8959602. OLE color: 8959602.

HSL color Cylindrical-coordinate representation of color #72B688: hue angle of 139.41º 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 #72B688 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB114182136-
CMYK0.3700.250.29
HSL139.41º31.78%58.04%-
HSV(B)139.41º37.36%71.37%-
XYZ28.1138.8129.3-
YUV156.42116.4797.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.39%
GREEN value IS 182 (71.48% from 255) = 42.13%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=26.39%
G=42.13%
B=31.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141821360.3700.250.29139.4131.7858.04
Hex72B688250191D8b203a
Octal16226621045031352134072
Binary111001010110110100010001001010110011110110001011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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