#7FB791

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

Shades of Bay Leaf #7FB791

Tints of Bay Leaf #7FB791

Color information

#7FB791 (or 0x7FB791) is unknown color: approx Bay Leaf. HEX triplet: 7F, B7 and 91. RGB value is (127,183,145). Sum of RGB (Red+Green+Blue) = 127+183+145=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB791 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB791 is #80486E. Grayscale: #A2A2A2. Windows color (decimal): -8407151 or 9549695. OLE color: 9549695.

HSL color Cylindrical-coordinate representation of color #7FB791: hue angle of 139.29º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB791 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB127183145-
CMYK0.3100.210.28
HSL139.29º28%60.78%-
HSV(B)139.29º30.6%71.76%-
XYZ30.840.4232.97-
YUV161.92118.45103.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.91%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 145 (57.03% from 255) = 31.87%
R=27.91%
G=40.22%
B=31.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1271831450.3100.210.28139.292860.78
Hex7FB7911F0151C8b1c3d
Octal17726722137025342133475
Binary1111111101101111001000111111010101111001000101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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