#72B685

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

Shades of Bay Leaf #72B685

Tints of Bay Leaf #72B685

Color information

#72B685 (or 0x72B685) is unknown color: approx Bay Leaf. HEX triplet: 72, B6 and 85. RGB value is (114,182,133). Sum of RGB (Red+Green+Blue) = 114+182+133=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #72B685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B685 is #8D497A. Grayscale: #9C9C9C. Windows color (decimal): -9259387 or 8762994. OLE color: 8762994.

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

Color convert

RGB114182133-
CMYK0.3700.270.29
HSL136.76º31.78%58.04%-
HSV(B)136.76º37.36%71.37%-
XYZ27.938.7328.19-
YUV156.08114.9797.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=26.57%
G=42.42%
B=31.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141821330.3700.270.29136.7631.7858.04
Hex72B6852501B1D89203a
Octal16226620545033352114072
Binary111001010110110100001011001010110111110110001001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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