#72BF80

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

Shades of Bay Leaf #72BF80

Tints of Bay Leaf #72BF80

Color information

#72BF80 (or 0x72BF80) is unknown color: approx Bay Leaf. HEX triplet: 72, BF and 80. RGB value is (114,191,128). Sum of RGB (Red+Green+Blue) = 114+191+128=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BF80 is #8D407F. Grayscale: #A0A0A0. Windows color (decimal): -9257088 or 8437618. OLE color: 8437618.

HSL color Cylindrical-coordinate representation of color #72BF80: hue angle of 130.91º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BF80 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB114191128-
CMYK0.4000.330.25
HSL130.91º37.56%59.8%-
HSV(B)130.91º40.31%74.9%-
XYZ29.4742.427.05-
YUV160.79109.4994.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=26.33%
G=44.11%
B=29.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911280.4000.330.25130.9137.5659.8
Hex72BF80280211983263c
Octal16227720050041312034674
Binary1110010101111111000000010100001000011100110000011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,191,128); }

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

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

 a { background-color: rgb(114,191,128); }

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

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

 span { border-color: rgb(114,191,128); }

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