#7FB786

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

Shades of Bay Leaf #7FB786

Tints of Bay Leaf #7FB786

Color information

#7FB786 (or 0x7FB786) is unknown color: approx Bay Leaf. HEX triplet: 7F, B7 and 86. RGB value is (127,183,134). Sum of RGB (Red+Green+Blue) = 127+183+134=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB786 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB786 is #804879. Grayscale: #A0A0A0. Windows color (decimal): -8407162 or 8828799. OLE color: 8828799.

HSL color Cylindrical-coordinate representation of color #7FB786: hue angle of 127.5º 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 #7FB786 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB127183134-
CMYK0.3100.270.28
HSL127.5º28%60.78%-
HSV(B)127.5º30.6%71.76%-
XYZ29.9940.128.71-
YUV160.67112.95103.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.60%
GREEN value IS 183 (71.88% from 255) = 41.22%
BLUE value IS 134 (52.73% from 255) = 30.18%
R=28.60%
G=41.22%
B=30.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1271831340.3100.270.28127.52860.78
Hex7FB7861F01B1C801c3d
Octal17726720637033342003475
Binary1111111101101111000011011111011011111001000000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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