#72BF7F

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

Shades of Bay Leaf #72BF7F

Tints of Bay Leaf #72BF7F

Color information

#72BF7F (or 0x72BF7F) is unknown color: approx Bay Leaf. HEX triplet: 72, BF and 7F. RGB value is (114,191,127). Sum of RGB (Red+Green+Blue) = 114+191+127=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BF7F is #8D4080. Grayscale: #A0A0A0. Windows color (decimal): -9257089 or 8372082. OLE color: 8372082.

HSL color Cylindrical-coordinate representation of color #72BF7F: hue angle of 130.13º 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 #72BF7F is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB114191127-
CMYK0.4000.340.25
HSL130.13º37.56%59.8%-
HSV(B)130.13º40.31%74.9%-
XYZ29.442.3726.71-
YUV160.68108.9994.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.39%
GREEN value IS 191 (75% from 255) = 44.21%
BLUE value IS 127 (50% from 255) = 29.40%
R=26.39%
G=44.21%
B=29.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911270.4000.340.25130.1337.5659.8
Hex72BF7F280221982263c
Octal16227717750042312024674
Binary111001010111111111111110100001000101100110000010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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