#7FB291

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

Shades of Bay Leaf #7FB291

Tints of Bay Leaf #7FB291

Color information

#7FB291 (or 0x7FB291) is unknown color: approx Bay Leaf. HEX triplet: 7F, B2 and 91. RGB value is (127,178,145). Sum of RGB (Red+Green+Blue) = 127+178+145=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB291 is #804D6E. Grayscale: #9F9F9F. Windows color (decimal): -8408431 or 9548415. OLE color: 9548415.

HSL color Cylindrical-coordinate representation of color #7FB291: hue angle of 141.18º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB291 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB127178145-
CMYK0.2900.190.30
HSL141.18º24.88%59.8%-
HSV(B)141.18º28.65%69.8%-
XYZ29.7838.432.63-
YUV158.99120.1105.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.22%
GREEN value IS 178 (69.92% from 255) = 39.56%
BLUE value IS 145 (57.03% from 255) = 32.22%
R=28.22%
G=39.56%
B=32.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271781450.2900.190.30141.1824.8859.8
Hex7FB2911D0131E8d193c
Octal17726222135023362153174
Binary1111111101100101001000111101010011111101000110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FB291; }

 p { color: rgb(127,178,145); }

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

<style>
 a { background-color: #7FB291; }

 a { background-color: rgb(127,178,145); }

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

<style>
 span { border-color: #7FB291; }

 span { border-color: rgb(127,178,145); }

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