#72BA85

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

Shades of Bay Leaf #72BA85

Tints of Bay Leaf #72BA85

Color information

#72BA85 (or 0x72BA85) is unknown color: approx Bay Leaf. HEX triplet: 72, BA and 85. RGB value is (114,186,133). Sum of RGB (Red+Green+Blue) = 114+186+133=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BA85 is #8D457A. Grayscale: #9E9E9E. Windows color (decimal): -9258363 or 8764018. OLE color: 8764018.

HSL color Cylindrical-coordinate representation of color #72BA85: hue angle of 135.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BA85 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB114186133-
CMYK0.3900.280.27
HSL135.83º34.29%58.82%-
HSV(B)135.83º38.71%72.94%-
XYZ28.7340.3928.47-
YUV158.43113.6596.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=26.33%
G=42.96%
B=30.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861330.3900.280.27135.8334.2958.82
Hex72BA852701C1B88223b
Octal16227220547034332104273
Binary111001010111010100001011001110111001101110001000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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