#72BA81

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

Shades of Bay Leaf #72BA81

Tints of Bay Leaf #72BA81

Color information

#72BA81 (or 0x72BA81) is unknown color: approx Bay Leaf. HEX triplet: 72, BA and 81. RGB value is (114,186,129). Sum of RGB (Red+Green+Blue) = 114+186+129=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BA81 is #8D457E. Grayscale: #9E9E9E. Windows color (decimal): -9258367 or 8501874. OLE color: 8501874.

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

Color convert

RGB114186129-
CMYK0.3900.310.27
HSL132.5º34.29%58.82%-
HSV(B)132.5º38.71%72.94%-
XYZ28.4640.2827.04-
YUV157.97111.6596.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=26.57%
G=43.36%
B=30.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861290.3900.310.27132.534.2958.82
Hex72BA812701F1B84223b
Octal16227220147037332044273
Binary111001010111010100000011001110111111101110000100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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