#72BB8B

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

Shades of Bay Leaf #72BB8B

Tints of Bay Leaf #72BB8B

Color information

#72BB8B (or 0x72BB8B) is unknown color: approx Bay Leaf. HEX triplet: 72, BB and 8B. RGB value is (114,187,139). Sum of RGB (Red+Green+Blue) = 114+187+139=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BB8B is #8D4474. Grayscale: #9F9F9F. Windows color (decimal): -9258101 or 9157490. OLE color: 9157490.

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

Color convert

RGB114187139-
CMYK0.3900.260.27
HSL140.55º34.93%59.02%-
HSV(B)140.55º39.04%73.33%-
XYZ29.3740.9830.79-
YUV159.7116.3295.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.91%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=25.91%
G=42.5%
B=31.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141871390.3900.260.27140.5534.9359.02
Hex72BB8B2701A1B8d233b
Octal16227321347032332154373
Binary111001010111011100010111001110110101101110001101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,187,139); }

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

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

 a { background-color: rgb(114,187,139); }

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

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

 span { border-color: rgb(114,187,139); }

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